summaryrefslogtreecommitdiff
path: root/editors/abiword-plugins
diff options
context:
space:
mode:
authornros <nros>2016-01-24 15:30:46 +0000
committernros <nros>2016-01-24 15:30:46 +0000
commit7a3f6152d179fa262274b5e0e142c21ec690b76f (patch)
tree5cad9618c8452b82ddf954f07cfd8a8fb3822f7b /editors/abiword-plugins
parent227d653fa4c93c45a8590848c0ed4e0fcbf46762 (diff)
downloadpkgsrc-7a3f6152d179fa262274b5e0e142c21ec690b76f.tar.gz
Use -Wl,--no-undefined instead of -Wl,-no-undefined in abiword*.
Remove the many of the patches and use BUILDLINK_TRANSFORM instead. Reported by Richard Palo in private mail.
Diffstat (limited to 'editors/abiword-plugins')
-rw-r--r--editors/abiword-plugins/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/abiword-plugins/Makefile b/editors/abiword-plugins/Makefile
index 22336f4251f..618395a61ba 100644
--- a/editors/abiword-plugins/Makefile
+++ b/editors/abiword-plugins/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.62 2015/10/10 01:58:07 ryoon Exp $
+# $NetBSD: Makefile,v 1.63 2016/01/24 15:30:47 nros Exp $
.include "../../editors/abiword/Makefile.common"
DISTNAME= abiword-${ABIVERSION}
@@ -94,6 +94,8 @@ pre-configure:
cd ${WRKSRC}; \
autoreconf --force --install
+BUILDLINK_TRANSFORM+= opt:-no-undefined:-Wl,--no-undefined
+
.include "../../editors/abiword/options.mk"
.include "../../archivers/bzip2/buildlink3.mk"