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 | ede5617046e996fbe260ae0820f4cb883f3bb5ff (patch) | |
tree | a9c506cabc27a3029de86ce1d940ec86d0aedfad /misc | |
parent | 5b23dc5f3e48012f318f9170302276656ff32272 (diff) | |
download | pkgsrc-ede5617046e996fbe260ae0820f4cb883f3bb5ff.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 'misc')
-rw-r--r-- | misc/koffice/Makefile | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 88c30b03cca..2e86f906d7a 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2005/05/12 18:31:20 reed Exp $ +# $NetBSD: Makefile,v 1.57 2005/05/18 22:35:04 reed Exp $ DISTNAME= koffice-1.3.5 PKGREVISION= 4 @@ -20,13 +20,6 @@ USE_LIBTOOL= YES GCC_REQD+= 2.95.3 -.include "../../mk/bsd.prefs.mk" - -.if ${OPSYS} == "Linux" -# workaround bug noted in PR #25402 -BUILDLINK_TRANSFORM+= rm:-Wl,--no-undefined -.endif - PTHREAD_OPTS+= require PYTHON_VERSIONS_ACCEPTED= 24 23 # needs shared library |