Sun Dec 14 19:14:33 2008 UTC ()
Needs msgfmt.


(hasso)
diff -r1.3 -r1.4 pkgsrc/audio/audacious-plugins/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/audio/audacious-plugins/Makefile (expand / switch to unified diff)

--- pkgsrc/audio/audacious-plugins/Makefile 2008/11/10 12:06:06 1.3
+++ pkgsrc/audio/audacious-plugins/Makefile 2008/12/14 19:14:33 1.4
@@ -1,27 +1,27 @@ @@ -1,27 +1,27 @@
1# $NetBSD: Makefile,v 1.3 2008/11/10 12:06:06 wiz Exp $ 1# $NetBSD: Makefile,v 1.4 2008/12/14 19:14:33 hasso Exp $
2# 2#
3 3
4DISTNAME= audacious-plugins-1.5.1 4DISTNAME= audacious-plugins-1.5.1
5CATEGORIES= audio 5CATEGORIES= audio
6MASTER_SITES= http://distfiles.atheme.org/ 6MASTER_SITES= http://distfiles.atheme.org/
7EXTRACT_SUFX= .tgz 7EXTRACT_SUFX= .tgz
8 8
9MAINTAINER= jfranz@bsdprojects.net 9MAINTAINER= jfranz@bsdprojects.net
10HOMEPAGE= http://audacious-media-player.org/ 10HOMEPAGE= http://audacious-media-player.org/
11COMMENT= Plugins for Audacious media player 11COMMENT= Plugins for Audacious media player
12 12
13GNU_CONFIGURE= yes 13GNU_CONFIGURE= yes
14USE_TOOLS+= gmake intltool pkg-config 14USE_TOOLS+= gmake intltool pkg-config msgfmt
15USE_LIBTOOL= yes 15USE_LIBTOOL= yes
16 16
17# This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least. 17# This should avoid an error like: libstdc++.so.6: Undefined PLT symbol "_Unwind_GetIP" on NetBSD i386 and maybe amd64, with gcc4 at least.
18# This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++. 18# This seems to happen when libstdc++ gets linked in with the plug-ins and the code is not compiled with g++.
19# For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 : 19# For a similar problem see http://archive.netbsd.se/?ml=netbsd-java&a=2007-08&m=4912662 :
20LDFLAGS.NetBSD+= -lgcc_s 20LDFLAGS.NetBSD+= -lgcc_s
21 21
22# From audio/bmp/Makefile: 22# From audio/bmp/Makefile:
23# XXX Workaround a crash during shutdown that happens when dlclose(3)ing 23# XXX Workaround a crash during shutdown that happens when dlclose(3)ing
24# any open plugin. libstdc++ gets dynamically linked in when the id3lib 24# any open plugin. libstdc++ gets dynamically linked in when the id3lib
25# library is loaded, and is the one causing problems. See PR pkg/26846 25# library is loaded, and is the one causing problems. See PR pkg/26846
26# for more information. 26# for more information.
27USE_LANGUAGES= c c++ 27USE_LANGUAGES= c c++