aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorbland <bland@FreeBSD.org>2004-01-30 15:22:41 +0800
committerbland <bland@FreeBSD.org>2004-01-30 15:22:41 +0800
commit60e28e68e03a90c56c862fb8dc991ceb396ae146 (patch)
treeb2d287455805322fc062b588f5172062d77a5e03 /graphics
parent61246c17744e13a188cd30127e437a95b709f3ac (diff)
downloadfreebsd-ports-gnome-60e28e68e03a90c56c862fb8dc991ceb396ae146.tar.gz
freebsd-ports-gnome-60e28e68e03a90c56c862fb8dc991ceb396ae146.tar.zst
freebsd-ports-gnome-60e28e68e03a90c56c862fb8dc991ceb396ae146.zip
Fix build on alpha.
Diffstat (limited to 'graphics')
-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;