aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/inkscape
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2008-07-05 06:37:41 +0800
committermarcus <marcus@FreeBSD.org>2008-07-05 06:37:41 +0800
commit07d321bdc6016d6bb23596158947fc964b806586 (patch)
treeed655a592b59467c9441ac1a5b0854af05af6734 /graphics/inkscape
parentd9943f2587331c2a8d1e66bca8864a9a8dd5b1a6 (diff)
downloadfreebsd-ports-gnome-07d321bdc6016d6bb23596158947fc964b806586.tar.gz
freebsd-ports-gnome-07d321bdc6016d6bb23596158947fc964b806586.tar.zst
freebsd-ports-gnome-07d321bdc6016d6bb23596158947fc964b806586.zip
Fix a botched #if statement.
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp b/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp
index d4c76f4ae68f..c23c83ed53eb 100644
--- a/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp
+++ b/graphics/inkscape/files/patch-src_extension_internal_pdfinput_pdf-parser.cpp
@@ -5,7 +5,7 @@
}
+
-+#ifdef 1
++#if 1
+
+/**
+ * This is for the change to GfxFont's getNextChar() call.