summaryrefslogtreecommitdiff
path: root/graphics/inkscape/files/patch-src::main.cpp
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:03:07 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2005-03-12 11:03:07 +0000
commitba6e68fea6287e3f1c619bfb757d202d58020807 (patch)
treeef1c8570a6cfec72a82415d83a4584a4b995cba9 /graphics/inkscape/files/patch-src::main.cpp
parentChase the evolution-data-server API change. (diff)
Update to 0.41.
Notes
Notes: svn path=/head/; revision=130979
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;