summaryrefslogtreecommitdiff
path: root/graphics/inkscape/files/patch-src::main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/files/patch-src::main.cpp')
-rw-r--r--graphics/inkscape/files/patch-src::main.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/inkscape/files/patch-src::main.cpp b/graphics/inkscape/files/patch-src::main.cpp
deleted file mode 100644
index 4e97db192993..000000000000
--- a/graphics/inkscape/files/patch-src::main.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/main.cpp.orig Fri Jan 30 15:23:48 2004
-+++ src/main.cpp 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;