summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
Diffstat (limited to 'x11')
-rw-r--r--x11/qt3-libs/Makefile.common4
-rw-r--r--x11/xscreensaver/Makefile.common3
2 files changed, 4 insertions, 3 deletions
diff --git a/x11/qt3-libs/Makefile.common b/x11/qt3-libs/Makefile.common
index 76b32a012cc..7d9b51f9d57 100644
--- a/x11/qt3-libs/Makefile.common
+++ b/x11/qt3-libs/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2004/02/08 04:03:15 jlam Exp $
+# $NetBSD: Makefile.common,v 1.29 2004/02/18 13:33:41 jlam Exp $
#
DISTNAME= qt-x11-free-${QTVERSION}
CATEGORIES= x11
@@ -39,7 +39,7 @@ MAKE_ENV+= QTDIR="${WRKSRC}"
# directory
SCRIPTS_ENV+= HOME="${WRKDIR}"
-.include "../../mk/bsd.prefs.mk"
+.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
CONFIGURE_ARGS+= -no-g++-exceptions
diff --git a/x11/xscreensaver/Makefile.common b/x11/xscreensaver/Makefile.common
index 10b72709282..4e00bb38d77 100644
--- a/x11/xscreensaver/Makefile.common
+++ b/x11/xscreensaver/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.70 2004/02/06 19:04:25 jlam Exp $
+# $NetBSD: Makefile.common,v 1.71 2004/02/18 13:33:41 jlam Exp $
#
DISTNAME= xscreensaver-4.14
@@ -61,6 +61,7 @@ CONFIGURE_ARGS+= --without-kerberos
. endif
.endif
+.include "../../mk/compiler.mk"
.if !empty(CC_VERSION:Mgcc*)
CFLAGS+= -fno-strict-aliasing
.endif