diff options
-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" |