summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2007-04-15 00:53:38 +0000
committerkientzle <kientzle@FreeBSD.org>2007-04-15 00:53:38 +0000
commitcc44f89006ca6ae738f04f8efb58efbbd52a7268 (patch)
tree77e2b47f8d4f88350fd88646e5a721011efe04d4 /lib/libarchive/Makefile
parent034ed0ce440f90570c5fb879ba9edb6725caaf1c (diff)
downloadFreeBSD-src-cc44f89006ca6ae738f04f8efb58efbbd52a7268.zip
FreeBSD-src-cc44f89006ca6ae738f04f8efb58efbbd52a7268.tar.gz
Consolidate numeric limit macros in one place; include them
only on platforms that need them. FreeBSD doesn't.
Diffstat (limited to 'lib/libarchive/Makefile')
-rw-r--r--lib/libarchive/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index 36b5dc2..a1b8715 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens (see SHLIB_MAJOR)
# Minor: Bumped when significant new features are added
# Revision: Bumped on any notable change
-VERSION= 2.0.30
+VERSION= 2.0.31
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[^0-9]/./g' -e 's/[0-9]*\.//' -e 's/\..*//'
OpenPOWER on IntegriCloud