summaryrefslogtreecommitdiff
path: root/audio/libsidplay
diff options
context:
space:
mode:
authormycroft <mycroft@pkgsrc.org>2001-12-24 15:13:31 +0000
committermycroft <mycroft@pkgsrc.org>2001-12-24 15:13:31 +0000
commit7f984ba3b620db2f9ff44df03d1edf69a10709ef (patch)
treebb6607daa7b772f9c2ed3a407838330b0a51f04d /audio/libsidplay
parent195e045f50d314aa85a29488dd3d3beb3d761506 (diff)
downloadpkgsrc-7f984ba3b620db2f9ff44df03d1edf69a10709ef.tar.gz
This library uses libstdc++, so link against it.
Diffstat (limited to 'audio/libsidplay')
-rw-r--r--audio/libsidplay/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile
index 4d81cac9984..5292e7f2e49 100644
--- a/audio/libsidplay/Makefile
+++ b/audio/libsidplay/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/26 18:04:59 jlam Exp $
+# $NetBSD: Makefile,v 1.7 2001/12/24 15:13:31 mycroft Exp $
#
DISTNAME= libsidplay-1.36.47
@@ -17,6 +17,7 @@ USE_GMAKE= yes
USE_BUILDLINK_ONLY= yes
USE_LIBTOOL= yes
+LDFLAGS+= -lstdc++ -lm
LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig
.include "../../mk/bsd.pkg.mk"