pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/koffice For Linux, use



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b0bbefabc475
branches:  trunk
changeset: 493701:b0bbefabc475
user:      reed <reed%pkgsrc.org@localhost>
date:      Thu May 12 18:31:20 2005 +0000

description:
For Linux, use
BUILDLINK_TRANSFORM+=  rm:-Wl,--no-undefined
to workaround bug noted in PR #25402

diffstat:

 misc/koffice/Makefile |  9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r db378801ccc9 -r b0bbefabc475 misc/koffice/Makefile
--- a/misc/koffice/Makefile     Thu May 12 18:07:30 2005 +0000
+++ b/misc/koffice/Makefile     Thu May 12 18:31:20 2005 +0000
@@ -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 @@
 
 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



Home | Main Index | Thread Index | Old Index