summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg>2016-06-21 17:59:07 +0000
committerjoerg <joerg>2016-06-21 17:59:07 +0000
commit9b279a345256ba36aa9d7228abbbc750a7429b8b (patch)
treeab8130da46f107b8691a9a75f0be3935dc55a813 /devel
parent478aa99985f5aeb5a16cedfb2ecad1434bd57b0a (diff)
downloadpkgsrc-9b279a345256ba36aa9d7228abbbc750a7429b8b.tar.gz
Move --fatal-warnings hack to the common logic, it applies to
practically all KDE5 packages.
Diffstat (limited to 'devel')
-rw-r--r--devel/kcoreaddons/Makefile11
1 files changed, 1 insertions, 10 deletions
diff --git a/devel/kcoreaddons/Makefile b/devel/kcoreaddons/Makefile
index 2a3868af61d..707fb047270 100644
--- a/devel/kcoreaddons/Makefile
+++ b/devel/kcoreaddons/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2016/06/20 05:54:55 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2016/06/21 17:59:07 joerg Exp $
DISTNAME= kcoreaddons-${KF5VER}
CATEGORIES= devel
@@ -9,15 +9,6 @@ LICENSE= gnu-lgpl-v2 AND gnu-lgpl-v2.1 AND modified-bsd
.include "../../meta-pkgs/kf5/Makefile.common"
-.include "../../mk/bsd.prefs.mk"
-.if ${OPSYS} == "NetBSD"
-# Work-around bad use-warning check in GNU ld 2.26
-# /usr/lib/librpcsvc.so.1: warning: warning: this program uses xdr_peername(), which is deprecated and buggy.
-# is triggered, even though the current linker output contains
-# no references to it.
-BUILDLINK_TRANSFORM+= rm:-Wl,--fatal-warnings
-.endif
-
.include "../../databases/shared-mime-info/buildlink3.mk"
.include "../../mk/fam.buildlink3.mk"
.include "../../x11/qt5-qtbase/buildlink3.mk"