summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2010-03-22 21:11:55 +0000
committerdelphij <delphij@FreeBSD.org>2010-03-22 21:11:55 +0000
commit242fa9b7553b2ba79e6c24d9c970b87803969664 (patch)
tree1bab41b7473c7f820d5017fd4e0f8b6bccf0fdd3 /ObsoleteFiles.inc
parenta40c3ddf5af024b9de0a6be58ebdc15e29974cd0 (diff)
parentf956321dcebbe74ca501db23263b30d1c3443b77 (diff)
downloadFreeBSD-src-242fa9b7553b2ba79e6c24d9c970b87803969664.zip
FreeBSD-src-242fa9b7553b2ba79e6c24d9c970b87803969664.tar.gz
Update to zlib 1.2.4 and add versioned symbols to the
library. Sponsored by: iXsystems, Inc.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index fe0f4f2..ee300e0 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -14,6 +14,11 @@
# The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
#
+# 20100322: libz update
+OLD_LIBS+=lib/libz.so.5
+.if ${TARGET_ARCH} == "amd64"
+OLD_LIBS+=usr/lib32/libz.so.5
+.endif
# 20100314: removal of regexp.h
OLD_FILES+=usr/include/regexp.h
OLD_FILES+=usr/share/man/man3/regexp.3.gz
OpenPOWER on IntegriCloud