From 8b6ebc0a467c18b0cd30d212c4bc076d159f933c Mon Sep 17 00:00:00 2001 From: Sergey Kandaurov Date: Wed, 7 Mar 2012 20:46:59 +0000 Subject: [PATCH] Add lib32 part for libutil after its version bump to 9. PR: misc/165523 Submitted by: Andrey Zonov MFC after: 1 week --- ObsoleteFiles.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 3fae655d19be..c95af4ea7072 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -417,6 +417,9 @@ OLD_FILES+=usr/share/man/man5/lastlog.5.gz OLD_FILES+=usr/share/man/man5/utmp.5.gz OLD_FILES+=usr/share/man/man5/wtmp.5.gz OLD_LIBS+=lib/libutil.so.8 +.if ${TARGET_ARCH} == "amd64" +OLB_LIBS+=usr/lib32/libutil.so.8 +.endif # 20100105: new userland semaphore implementation OLD_FILES+=usr/include/sys/semaphore.h # 20100103: ntptrace(8) removed