summaryrefslogtreecommitdiff
path: root/graphics/inkscape/patches
diff options
context:
space:
mode:
authordrochner <drochner>2005-05-10 18:38:15 +0000
committerdrochner <drochner>2005-05-10 18:38:15 +0000
commit326568433b632eeee6e6afe05145d667ab13cc05 (patch)
treec22316c4a715fd5108e714bd7e9cf19096205d0e /graphics/inkscape/patches
parent28664b5a77d1cb3ce1d134800477ee72df4fe730 (diff)
downloadpkgsrc-326568433b632eeee6e6afe05145d667ab13cc05.tar.gz
update to 0.41
from the announcement: The primary focus of 0.41 has been bug fixing. [...] A couple new features also found their way in. First, the black and white tracing functionality introduced in 0.40 has been improved to also allow conversion of color and grayscale images. Second, is the addition of a new clone tiler facility which creates patterns, tesselations, and other sorts of geometric tiling arrangements. User requests and comments also stimulated a number of improvements to units handling, extensions, the Invert Selection command, layers selector, icon theming, and several new translations.
Diffstat (limited to 'graphics/inkscape/patches')
-rw-r--r--graphics/inkscape/patches/patch-aa13
-rw-r--r--graphics/inkscape/patches/patch-ab13
2 files changed, 13 insertions, 13 deletions
diff --git a/graphics/inkscape/patches/patch-aa b/graphics/inkscape/patches/patch-aa
deleted file mode 100644
index 21c4e933a7b..00000000000
--- a/graphics/inkscape/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-aa,v 1.3 2005/01/19 21:54:26 reed Exp $
-
---- configure.orig 2004-11-28 23:21:53.000000000 -0800
-+++ configure
-@@ -21463,7 +21463,7 @@ if test "${ac_cv_lib_gc_GC_malloc+set}"
- echo $ECHO_N "(cached) $ECHO_C" >&6
- else
- ac_check_lib_save_LIBS=$LIBS
--LIBS="-lgc -lpthread -ldl $LIBS"
-+LIBS="-lgc $LIBS"
- cat >conftest.$ac_ext <<_ACEOF
- /* confdefs.h. */
- _ACEOF
diff --git a/graphics/inkscape/patches/patch-ab b/graphics/inkscape/patches/patch-ab
new file mode 100644
index 00000000000..f560a369a0c
--- /dev/null
+++ b/graphics/inkscape/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2005/05/10 18:38:15 drochner Exp $
+
+--- src/object-edit.cpp.orig 2005-03-16 18:16:43.000000000 +0100
++++ src/object-edit.cpp
+@@ -839,7 +839,7 @@ sp_spiral_outer_set (SPItem *item, const
+ spiral->rad = rad_new;
+ spiral->t0 = pow (r0 / spiral->rad, 1/spiral->exp);
+ }
+- if (!std::isfinite(spiral->t0)) spiral->t0 = 0.0;
++ if (!finite(spiral->t0)) spiral->t0 = 0.0;
+ spiral->t0 = CLAMP (spiral->t0, 0.0, 0.999);
+ }
+