summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--devel/kcoreaddons/Makefile11
-rw-r--r--meta-pkgs/kf5/Makefile.common11
2 files changed, 11 insertions, 11 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"
diff --git a/meta-pkgs/kf5/Makefile.common b/meta-pkgs/kf5/Makefile.common
index 9630b70ba08..64e96873360 100644
--- a/meta-pkgs/kf5/Makefile.common
+++ b/meta-pkgs/kf5/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.1 2016/05/25 23:13:12 markd Exp $
+# $NetBSD: Makefile.common,v 1.2 2016/06/21 17:59:07 joerg Exp $
# used by misc/attica-qt5/Makefile
# used by sysutils/baloo5/Makefile
# used by x11/frameworkintegration/Makefile
@@ -78,3 +78,12 @@ CMAKE_ARGS+= -DKDE_INSTALL_SYSCONFDIR=${PKG_SYSCONFDIR:Q}
pre-configure:
${MKDIR} ${WRKSRC}/_KDE_build
+
+.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