diff options
author | agc <agc@pkgsrc.org> | 1999-10-19 14:08:47 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1999-10-19 14:08:47 +0000 |
commit | 19e708b3c7849b90e5aa7f9f0f95a28e0daf82d5 (patch) | |
tree | e734b915c104342adad363864b8f3faa398ca81b /mk | |
parent | 80baf913092bad9ac42120084a2c824004ed9509 (diff) | |
download | pkgsrc-19e708b3c7849b90e5aa7f9f0f95a28e0daf82d5.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}`; \ |