From 5cbdc97fe5402011bfa7181da44cf595a25f85ce Mon Sep 17 00:00:00 2001 From: Alexander Nedotsukov Date: Fri, 30 Jan 2004 07:22:41 +0000 Subject: [PATCH] Fix build on alpha. --- graphics/inkscape/files/patch-src::main.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 graphics/inkscape/files/patch-src::main.c 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;