summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorreed <reed>2005-05-18 22:35:04 +0000
committerreed <reed>2005-05-18 22:35:04 +0000
commitcdc2e5df65c2e2e18b4bb59bda5316482a57fa1e (patch)
treea9c506cabc27a3029de86ce1d940ec86d0aedfad /audio
parent084cba9210caee08b203e2d61d209b01cb131386 (diff)
downloadpkgsrc-cdc2e5df65c2e2e18b4bb59bda5316482a57fa1e.tar.gz
Remove Linux work-around for bug noted in PR #25402 from arts
and koffice build. And do in meta-pkgs/kde3/kde3.mk as suggested by maintainer, markd. It helps with builds on Linux for kdegraphics3, libkipi, gwenview, kdelibs3, kdebase3, arts, and many other KDE-based packages on Linux. (It was not needed for kile, but will be used.) Thank you, Torsten Harenberg for testing many packages such as kdenetwork, kdegames, kdepim, kdemultimedia. I still don't know what the correct fix is for PR #25402.
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/audio/arts/Makefile b/audio/arts/Makefile
index 3cdf142d58b..caba7a86dac 100644
--- a/audio/arts/Makefile
+++ b/audio/arts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2005/04/29 13:49:02 reed Exp $
+# $NetBSD: Makefile,v 1.41 2005/05/18 22:35:04 reed Exp $
DISTNAME= arts-1.4.0
CATEGORIES= audio
@@ -17,12 +17,6 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
_IN_ARTS_BUILD= yes
.include "../../meta-pkgs/kde3/kde3.mk"
-.if ${OPSYS} == "Linux"
-# workaround bug noted in PR #25402
-BUILDLINK_TRANSFORM+= rm:-Wl,--allow-shlib-undefined
-BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined
-.endif
-
.include "../../audio/esound/buildlink3.mk"
.include "../../audio/libaudiofile/buildlink3.mk"
.include "../../audio/libmad/buildlink3.mk"