summaryrefslogtreecommitdiff
path: root/graphics/sodipodi/patches
diff options
context:
space:
mode:
authorwiz <wiz>2002-09-12 00:43:49 +0000
committerwiz <wiz>2002-09-12 00:43:49 +0000
commitb6eb82bad59da8908c291b1964814dc5cc6eac52 (patch)
tree7a2c9da3168784e87776653af9f08607e82d57a1 /graphics/sodipodi/patches
parent41f51fb1ef26e34a53914279d89be31078e23685 (diff)
downloadpkgsrc-b6eb82bad59da8908c291b1964814dc5cc6eac52.tar.gz
Update to 0.25, as requested in pkg/18268. Converted to buildlink2.
Changes: In 0.24: gradients, dynamic dialogs, emergency saves, much improved handles, better line drawing code, and near complete grid/guideline snapping. In 0.25: text object now conforms to SVG spec, global cleanup of styles and units was done, star, spiral, and arc were added, autotrace and vertical text layout now supported.
Diffstat (limited to 'graphics/sodipodi/patches')
-rw-r--r--graphics/sodipodi/patches/patch-ab12
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/sodipodi/patches/patch-ab b/graphics/sodipodi/patches/patch-ab
new file mode 100644
index 00000000000..ac8aa5ec459
--- /dev/null
+++ b/graphics/sodipodi/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.1 2002/09/12 00:43:50 wiz Exp $
+
+--- src/main.c.orig Tue Sep 10 09:36:42 2002
++++ src/main.c
+@@ -27,6 +27,7 @@
+ #ifdef __FreeBSD__
+ #include <floatingpoint.h>
+ #endif
++#include <locale.h>
+ #include <string.h>
+
+ #include <popt.h>