summaryrefslogtreecommitdiffstats
path: root/ObsoleteFiles.inc
diff options
context:
space:
mode:
authorpluknet <pluknet@FreeBSD.org>2012-02-28 11:06:52 +0000
committerpluknet <pluknet@FreeBSD.org>2012-02-28 11:06:52 +0000
commit44d62e7d5eafa5583d2138647df366d470e8dfa2 (patch)
tree1d5b4315217a42e7fb120d8f461bdc2d8c6397ff /ObsoleteFiles.inc
parent733cf6f55fb5675311ce6a564dac94b641f68c11 (diff)
downloadFreeBSD-src-44d62e7d5eafa5583d2138647df366d470e8dfa2.zip
FreeBSD-src-44d62e7d5eafa5583d2138647df366d470e8dfa2.tar.gz
Add lib32 part after libarchive 3.0.3 update.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r--ObsoleteFiles.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc
index 57db012..578c1ec 100644
--- a/ObsoleteFiles.inc
+++ b/ObsoleteFiles.inc
@@ -56,6 +56,9 @@ OLD_FILES+=man/man3/archive_read_data_into_buffer.3.gz \
man/man3/archive_write_set_compression_none.3.gz \
man/man3/archive_write_set_compression_program.3.gz
OLD_LIBS+=usr/lib/libarchive.so.5
+.if ${TARGET_ARCH} == "amd64" || ${TARGET_ARCH} == "powerpc64"
+OLD_LIBS+=usr/lib32/libarchive.so.5
+.endif
# 20120113: removal of wtmpcvt(1)
OLD_FILES+=usr/bin/wtmpcvt
OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz
OpenPOWER on IntegriCloud