svn commit: r232249 - head

Sergey Kandaurov pluknet at FreeBSD.org
Tue Feb 28 11:06:52 UTC 2012


Author: pluknet
Date: Tue Feb 28 11:06:52 2012
New Revision: 232249
URL: http://svn.freebsd.org/changeset/base/232249

Log:
  Add lib32 part after libarchive 3.0.3 update.

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Tue Feb 28 08:36:38 2012	(r232248)
+++ head/ObsoleteFiles.inc	Tue Feb 28 11:06:52 2012	(r232249)
@@ -56,6 +56,9 @@ OLD_FILES+=man/man3/archive_read_data_in
 	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


More information about the svn-src-head mailing list