diff options
author | mycroft <mycroft@pkgsrc.org> | 2002-09-03 15:31:11 +0000 |
---|---|---|
committer | mycroft <mycroft@pkgsrc.org> | 2002-09-03 15:31:11 +0000 |
commit | bc6dc5afd1c21791bc297efac14090dc1f9f36b0 (patch) | |
tree | 9bf187f2ec29cfcb311694b3a0bdca248a1bde46 /audio/libsidplay/Makefile | |
parent | 12a43970b28f62049df40fff53d37d47a9a3de0a (diff) | |
download | pkgsrc-bc6dc5afd1c21791bc297efac14090dc1f9f36b0.tar.gz |
Update to 1.36.56. Changes are mostly portability, and bug fixes to the PSID
tag handling.
Diffstat (limited to 'audio/libsidplay/Makefile')
-rw-r--r-- | audio/libsidplay/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index b8e7290583e..17ea4170ed9 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2002/08/31 04:15:37 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2002/09/03 15:31:11 mycroft Exp $ # -DISTNAME= libsidplay-1.36.47 +DISTNAME= libsidplay-1.36.56 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ EXTRACT_SUFX= .tgz @@ -17,7 +17,6 @@ USE_GMAKE= yes USE_BUILDLINK2= yes USE_LIBTOOL= yes -LDFLAGS+= -lstdc++ -lm LTCONFIG_OVERRIDE= ${WRKSRC}/scripts/ltconfig .include "../../mk/bsd.pkg.mk" |