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 | 23beff366f33af1b9139430cd0412f5eb1605b74 (patch) | |
tree | 6628e160affd56b8afffac45b28f5dde8fb2ce03 /audio/libsidplay | |
parent | 3f8ea6b344bce8f928d8520be5485680ead21c9f (diff) | |
download | pkgsrc-23beff366f33af1b9139430cd0412f5eb1605b74.tar.gz |
Set USE_GCC_SHLIB, and set LIBTOOL_OVERRIDE correctly. Fixes linking on Solaris.
Diffstat (limited to 'audio/libsidplay')
-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" |