summaryrefslogtreecommitdiff
path: root/audio/libsidplay
diff options
context:
space:
mode:
authorgavan <gavan>2003-10-29 16:57:32 +0000
committergavan <gavan>2003-10-29 16:57:32 +0000
commit31afb385c0de09a5e8cd8e45c529bb30823766a4 (patch)
tree6628e160affd56b8afffac45b28f5dde8fb2ce03 /audio/libsidplay
parentba36f780d249af16832a4f9e1e522163439b08e3 (diff)
downloadpkgsrc-31afb385c0de09a5e8cd8e45c529bb30823766a4.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/Makefile5
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"