aboutsummaryrefslogtreecommitdiff
path: root/graphics/inkscape
diff options
context:
space:
mode:
authorAlexander Nedotsukov <bland@FreeBSD.org>2004-01-30 07:22:41 +0000
committerAlexander Nedotsukov <bland@FreeBSD.org>2004-01-30 07:22:41 +0000
commit5cbdc97fe5402011bfa7181da44cf595a25f85ce (patch)
treef4304e4dbb96676e1ffdca366551a71378553d89 /graphics/inkscape
parent63ca50040ccbe967942d266b16290fede565e290 (diff)
downloadports-5cbdc97fe5402011bfa7181da44cf595a25f85ce.tar.gz
ports-5cbdc97fe5402011bfa7181da44cf595a25f85ce.zip
Notes
Diffstat (limited to 'graphics/inkscape')
-rw-r--r--graphics/inkscape/files/patch-src::main.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/inkscape/files/patch-src::main.c b/graphics/inkscape/files/patch-src::main.c
new file mode 100644
index 000000000000..767c61265d7c
--- /dev/null
+++ b/graphics/inkscape/files/patch-src::main.c
@@ -0,0 +1,11 @@
+--- src/main.c.orig Fri Jan 30 15:23:48 2004
++++ src/main.c Fri Jan 30 15:24:10 2004
+@@ -200,7 +200,7 @@
+ }
+
+ #ifdef HAVE_FPSETMASK
+- fpresetsticky(FP_X_DZ|FP_X_INV);
++ fpsetsticky(FP_X_DZ|FP_X_INV);
+ fpsetmask(FP_X_DZ|FP_X_INV);
+ #endif
+ return result;