From f3591a9b91b631d6043880140b94dc6158ee14cb Mon Sep 17 00:00:00 2001 From: Tim Kientzle Date: Tue, 8 Sep 2009 21:52:18 -0400 Subject: [PATCH] Match the shared library version from FreeBSD-CURRENT. SVN-Revision: 1443 --- libarchive/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libarchive/Makefile b/libarchive/Makefile index 99872f6c4..009302deb 100644 --- a/libarchive/Makefile +++ b/libarchive/Makefile @@ -7,7 +7,7 @@ LDADD= -lbz2 -lz # FreeBSD SHLIB_MAJOR value is managed as part of the FreeBSD system. # It has no real relation to the libarchive version number. -SHLIB_MAJOR= 4 +SHLIB_MAJOR= 5 CFLAGS+= -DPLATFORM_CONFIG_H=\"config_freebsd.h\" CFLAGS+= -I${.OBJDIR} -- 2.47.3