diff options
author | joerg <joerg@pkgsrc.org> | 2016-06-21 17:59:07 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2016-06-21 17:59:07 +0000 |
commit | ec41f9512ddf6937e502003a1292276bd4b5b7f9 (patch) | |
tree | a53d911fd4a7891a021223d18160a94e6efdefbd /devel | |
parent | 71233d127b369118a154c0283de883934ec92265 (diff) | |
download | pkgsrc-ec41f9512ddf6937e502003a1292276bd4b5b7f9.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/Makefile | 11 |
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" |