diff options
author | agc <agc> | 1999-10-19 14:08:47 +0000 |
---|---|---|
committer | agc <agc> | 1999-10-19 14:08:47 +0000 |
commit | 0097010aa33d9f3c9fe4f2df3a85fc38a86c8025 (patch) | |
tree | e734b915c104342adad363864b8f3faa398ca81b /mk | |
parent | 14ae2a51128ffea8b99395474505c6d7591e8b15 (diff) | |
download | pkgsrc-0097010aa33d9f3c9fe4f2df3a85fc38a86c8025.tar.gz |
Re-enable shared lib handling on Solaris as well as NetBSD.
"Someone" owes me big-time for this.
Diffstat (limited to 'mk')
-rw-r--r-- | mk/bsd.pkg.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk index f18823bf7b9..546e8337e9f 100644 --- a/mk/bsd.pkg.mk +++ b/mk/bsd.pkg.mk @@ -1,4 +1,4 @@ -# $NetBSD: bsd.pkg.mk,v 1.356 1999/10/19 12:04:45 agc Exp $ +# $NetBSD: bsd.pkg.mk,v 1.357 1999/10/19 14:08:47 agc Exp $ # # This file is in the public domain. # @@ -1349,7 +1349,7 @@ root-install: done; \ fi) ${_PKG_SILENT}${_PKG_DEBUG}cd ${.CURDIR} && ${MAKE} ${.MAKEFLAGS} ${PLIST} -.if ${OPSYS} == "NetBSD" +.if ${OPSYS} == "NetBSD" || ${OPSYS} == "SunOS" ${_PKG_SILENT}(${_PKG_DEBUG}sos=`${EGREP} -h \ '.*/lib[^/]+\.so\.[0-9]+\.[0-9]+$$' \ ${PLIST} || ${TRUE}`; \ |