summaryrefslogtreecommitdiffstats
path: root/lib/libarchive/Makefile
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2006-05-01 01:02:19 +0000
committerkientzle <kientzle@FreeBSD.org>2006-05-01 01:02:19 +0000
commit1dca8f1e6a2e613ec09ed21e073480144848b158 (patch)
tree4358f59d6329f51a068cd714e64404ca62ccb8c4 /lib/libarchive/Makefile
parenta86c768d0389dbfe74c57fe82988dc138f3db93a (diff)
downloadFreeBSD-src-1dca8f1e6a2e613ec09ed21e073480144848b158.zip
FreeBSD-src-1dca8f1e6a2e613ec09ed21e073480144848b158.tar.gz
Simplify some of the wide-character handling, inspired
in part by OpenBSD's not-quite-standard-compliant standard libraries. (No loss of functionality, just minor recoding to not rely on certain "standard" facilities that weren't actually needed.)
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 23272d7..718ebea 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -9,7 +9,7 @@ LDADD= -lbz2 -lz
# Major: Bumped ONLY when API/ABI breakage happens.
# Minor: Bumped when significant new features are added (see SHLIB_MAJOR)
# Revision: Bumped on any notable change
-VERSION= 1.2.51
+VERSION= 1.2.53
ARCHIVE_API_MAJOR!= echo ${VERSION} | sed -e 's/\..*//'
ARCHIVE_API_MINOR!= echo ${VERSION} | sed -e 's/[0-9]*\.//' | sed -e 's/\..*//'
OpenPOWER on IntegriCloud