Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/audio/audacious-plugins/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/audio/audacious-plugins/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.43 retrieving revision 1.53 diff -u -p -r1.43 -r1.53 --- pkgsrc/audio/audacious-plugins/Makefile 2013/06/04 22:15:38 1.43 +++ pkgsrc/audio/audacious-plugins/Makefile 2014/04/16 11:22:01 1.53 @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2013/06/04 22:15:38 tron Exp $ +# $NetBSD: Makefile,v 1.53 2014/04/16 11:22:01 wiz Exp $ # DISTNAME= audacious-plugins-1.5.1 -PKGREVISION= 34 +PKGREVISION= 42 CATEGORIES= audio MASTER_SITES= http://distfiles.atheme.org/ EXTRACT_SUFX= .tgz @@ -14,18 +14,23 @@ COMMENT= Plugins for Audacious media pl GNU_CONFIGURE= yes USE_TOOLS+= gmake intltool pkg-config msgfmt USE_LIBTOOL= yes +USE_LANGUAGES= c c++ +.include "../../mk/compiler.mk" +.if empty(PKGSRC_COMPILER:Mclang) # This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least. # This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++. # For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 : +# Systems with Clang are supposed to be new enough to have a correctly linked +# libstdc++. LDFLAGS.NetBSD+= -lgcc_s +.endif # From audio/bmp/Makefile: # XXX Workaround a crash during shutdown that happens when dlclose(3)ing # any open plugin. libstdc++ gets dynamically linked in when the id3lib # library is loaded, and is the one causing problems. See PR pkg/26846 # for more information. -USE_LANGUAGES= c c++ LDFLAGS.NetBSD+= -lstdc++ -lm # cdaudio plugin complains about missing OSS at runtime @@ -55,7 +60,6 @@ PLIST.oss= yes .elif ${OPSYS} == "DragonFly" PLIST.oss= yes .elif ${OPSYS} == "SunOS" -BUILDLINK_TRANSFORM+= rm:-Wl,-export-dynamic CPPFLAGS.SunOS= -D__EXTENSIONS__ -D__uint32_t=uint32_t -D__uint64_t=uint64_t CONFIGURE_ARGS+= --enable-oss4 PLIST.oss4= yes