summaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authordholland <dholland>2012-05-08 02:42:09 +0000
committerdholland <dholland>2012-05-08 02:42:09 +0000
commitad7145d753ac9323dede192520f51be1e3edadaa (patch)
treee0868a246da57073be897663a4e418f93ef0e9a0 /graphics/inkscape
parent7ef015c6e9f1be7bc5daebf1dba53f6c2a70ad7a (diff)
downloadpkgsrc-ad7145d753ac9323dede192520f51be1e3edadaa.tar.gz
This accidentally got committed in debug mode (phase of post-patch rather
than pre-build) the last time.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/glib2-fixes.mk8
1 files changed, 5 insertions, 3 deletions
diff --git a/graphics/inkscape/glib2-fixes.mk b/graphics/inkscape/glib2-fixes.mk
index db55bc4665a..9c99eba6ed1 100644
--- a/graphics/inkscape/glib2-fixes.mk
+++ b/graphics/inkscape/glib2-fixes.mk
@@ -1,11 +1,13 @@
-# $NetBSD: glib2-fixes.mk,v 1.2 2012/05/07 00:54:19 dholland Exp $
+# $NetBSD: glib2-fixes.mk,v 1.3 2012/05/08 02:42:09 dholland Exp $
# Fix build with the latest glib2.
SUBST_CLASSES+= glib2
SUBST_MESSAGE.glib2= Fixing glib2 includes.
-#SUBST_STAGE.glib2= pre-build
-SUBST_STAGE.glib2= post-patch
+# For testing, post-patch is better. For production, pre-build decreases
+# the chances of confusion and of bad interactions with patches.
+#SUBST_STAGE.glib2= post-patch
+SUBST_STAGE.glib2= pre-build
SUBST_FILES.glib2+= src/2geom/matrix.h
SUBST_FILES.glib2+= src/application/application.h