diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/koffice/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/misc/koffice/Makefile b/misc/koffice/Makefile index 809d58fa1ed..88c30b03cca 100644 --- a/misc/koffice/Makefile +++ b/misc/koffice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.55 2005/04/11 21:46:36 tv Exp $ +# $NetBSD: Makefile,v 1.56 2005/05/12 18:31:20 reed Exp $ DISTNAME= koffice-1.3.5 PKGREVISION= 4 @@ -20,6 +20,13 @@ 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 |