diff options
author | dholland <dholland@pkgsrc.org> | 2012-05-08 02:42:09 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-05-08 02:42:09 +0000 |
commit | 2ef760fad1c67e59a12fad22f1b62e5cc2dee840 (patch) | |
tree | e0868a246da57073be897663a4e418f93ef0e9a0 | |
parent | 9e7f333c011cf0b1ce40d428ab7f0e066ed1bc15 (diff) | |
download | pkgsrc-2ef760fad1c67e59a12fad22f1b62e5cc2dee840.tar.gz |
This accidentally got committed in debug mode (phase of post-patch rather
than pre-build) the last time.
-rw-r--r-- | graphics/inkscape/glib2-fixes.mk | 8 |
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 |