diff options
author | wiz <wiz@pkgsrc.org> | 2004-09-07 16:45:32 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-09-07 16:45:32 +0000 |
commit | 628814304afa8797d5de850e3b05b0055b627e51 (patch) | |
tree | e92dd8a722364794cd95f54b6e7ea809b413850c /audio/libsidplay/Makefile | |
parent | f819771513e3e403deb0a2cab57c975b748373a7 (diff) | |
download | pkgsrc-628814304afa8797d5de850e3b05b0055b627e51.tar.gz |
Update to 1.36.59:
* Fix patch for Debian GNU/Linux bug #159966 which was wrong/insecure
(Simon White). Probably no .mus file would have triggered it, though.
* Update auto*/libtool files.
* Fix smartptr.h for GCC 3.4 (Jon Hood + Debian bug #259444).
* Merge patch for Debian GNU/Linux bug #159966 (mus_.cpp).
Diffstat (limited to 'audio/libsidplay/Makefile')
-rw-r--r-- | audio/libsidplay/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/libsidplay/Makefile b/audio/libsidplay/Makefile index da56fce893a..befe39c6ade 100644 --- a/audio/libsidplay/Makefile +++ b/audio/libsidplay/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.15 2004/02/17 23:52:45 jmmv Exp $ +# $NetBSD: Makefile,v 1.16 2004/09/07 16:45:32 wiz Exp $ # -DISTNAME= libsidplay-1.36.57 +DISTNAME= libsidplay-1.36.59 CATEGORIES= audio MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/sidplay/packages/ EXTRACT_SUFX= .tgz @@ -16,6 +16,6 @@ USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GNU_TOOLS+= make -USE_GCC_SHLIB= yes +USE_LANGUAGES= c++ .include "../../mk/bsd.pkg.mk" |