diff options
author | reed <reed@pkgsrc.org> | 2005-05-18 22:35:04 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2005-05-18 22:35:04 +0000 |
commit | a9c1cbde211b63c5ce717b12db2f72e3ae090343 (patch) | |
tree | a9c506cabc27a3029de86ce1d940ec86d0aedfad /audio/arts | |
parent | f0ffc251a4a92a167e770af0569bba698bd0d055 (diff) | |
download | pkgsrc-a9c1cbde211b63c5ce717b12db2f72e3ae090343.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/arts')
-rw-r--r-- | audio/arts/Makefile | 8 |
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" |