diff options
author | gavan <gavan@pkgsrc.org> | 2003-10-29 16:57:32 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-10-29 16:57:32 +0000 |
commit | 1e720aede95937d07a4636389704f95777e75b4a (patch) | |
tree | 6628e160affd56b8afffac45b28f5dde8fb2ce03 /audio | |
parent | d24ef03d7a1dfed9de5f256e560a2033331efa3a (diff) | |
download | pkgsrc-1e720aede95937d07a4636389704f95777e75b4a.tar.gz |
Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/libsidplay/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index 32732caab40..c0717cd1699 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2003/07/17 21:22:44 grant Exp $ +# $NetBSD: Makefile,v 1.12 2003/10/29 16:57:32 gavan Exp $ # DISTNAME= libsidplay-1.36.57 @@ -15,8 +15,9 @@ CONFLICTS= sidplay-1.36.* GNU_CONFIGURE= yes USE_GMAKE= yes USE_BUILDLINK2= yes +USE_GCC_SHLIB= yes USE_LIBTOOL= yes -LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig +LIBTOOL_OVERRIDE= ${WRKSRC}/libtool .include "../../mk/bsd.pkg.mk" |