summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/inkscape/patches/patch-aj')
-rw-r--r--graphics/inkscape/patches/patch-aj15
1 files changed, 0 insertions, 15 deletions
diff --git a/graphics/inkscape/patches/patch-aj b/graphics/inkscape/patches/patch-aj
deleted file mode 100644
index c3cdd1d8190..00000000000
--- a/graphics/inkscape/patches/patch-aj
+++ /dev/null
@@ -1,15 +0,0 @@
-$NetBSD: patch-aj,v 1.3 2015/02/03 13:55:12 adam Exp $
-
---- src/live_effects/lpe-dynastroke.cpp.orig 2014-11-30 18:45:32.000000000 +0000
-+++ src/live_effects/lpe-dynastroke.cpp
-@@ -24,6 +24,10 @@
- #include <2geom/sbasis-math.h>
- #include <2geom/piecewise.h>
-
-+/* xxx should test if this is needed */
-+#define fmin(a,b) ((a)<(b)?(a):(b))
-+#define fmax(a,b) ((a)>(b)?(a):(b))
-+
- namespace Inkscape {
- namespace LivePathEffect {
- //TODO: growfor/fadefor can be expressed in unit of width.