summaryrefslogtreecommitdiff
path: root/x11/gtk2
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2005-09-26 11:47:24 +0000
committerjmmv <jmmv@pkgsrc.org>2005-09-26 11:47:24 +0000
commit6cd4dcc7d575808b05be1b52067d86c18f0dce54 (patch)
tree66fb0118e8a73d6098f98eae45e24cf817a7c3bb /x11/gtk2
parent540619138a2036189d47c10f1510807fb2c929e3 (diff)
downloadpkgsrc-6cd4dcc7d575808b05be1b52067d86c18f0dce54.tar.gz
Include bsd.prefs.mk before defining CPPFLAGS, as mk.conf may do a
'CPPFLAGS=...' overriding its value. Fixes PR pkg/30081 by Idar Tollefsen. Allowed by agc@ during freeze.
Diffstat (limited to 'x11/gtk2')
-rw-r--r--x11/gtk2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/x11/gtk2/Makefile b/x11/gtk2/Makefile
index 57c2fde7170..1ea021d2919 100644
--- a/x11/gtk2/Makefile
+++ b/x11/gtk2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.92 2005/09/16 06:10:15 jlam Exp $
+# $NetBSD: Makefile,v 1.93 2005/09/26 11:47:24 jmmv Exp $
#
DISTNAME= gtk+-2.6.10
@@ -47,6 +47,8 @@ REQD_DIRS+= ${PREFIX}/libdata/gtk-2.0
BUILD_DIRS= ${WRKSRC} ${WRKSRC}/demos/gtk-demo
+.include "../../mk/bsd.prefs.mk"
+
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
PRINT_PLIST_AWK+= /^@dirrm share\/themes\/Default$$/ \