summaryrefslogtreecommitdiff
path: root/converters/wv/patches
diff options
context:
space:
mode:
Diffstat (limited to 'converters/wv/patches')
-rw-r--r--converters/wv/patches/patch-ad30
-rw-r--r--converters/wv/patches/patch-aj13
2 files changed, 31 insertions, 12 deletions
diff --git a/converters/wv/patches/patch-ad b/converters/wv/patches/patch-ad
index fc08ce989c1..a4c1ccff2b6 100644
--- a/converters/wv/patches/patch-ad
+++ b/converters/wv/patches/patch-ad
@@ -1,16 +1,22 @@
-$NetBSD: patch-ad,v 1.2 2001/07/13 04:49:11 kei Exp $
+$NetBSD: patch-ad,v 1.3 2001/10/15 15:53:16 kei Exp $
---- wv.h.orig Thu May 10 05:28:16 2001
-+++ wv.h Thu Jul 5 14:37:42 2001
-@@ -106,7 +106,11 @@
- S32 y;
- } POINT;
- #else
-+#define read_32ubit wmf_read_32ubit
-+#define read_16ubit wmf_read_16ubit
- # include <wmfapi.h>
-+#undef read_32ubit
-+#undef read_16ubit
+--- wv.h.orig Fri Aug 31 17:53:25 2001
++++ wv.h Mon Oct 15 02:20:49 2001
+@@ -43,7 +43,7 @@
+ #endif
+
+ #ifndef S32
+-#define S32 int
++#define S32 signed int
+ #endif
+
+ #ifndef U16
+@@ -59,7 +59,7 @@
+ #endif
+
+ #ifndef S8
+-#define S8 char
++#define S8 signed char
#endif
diff --git a/converters/wv/patches/patch-aj b/converters/wv/patches/patch-aj
new file mode 100644
index 00000000000..bdc5156d05c
--- /dev/null
+++ b/converters/wv/patches/patch-aj
@@ -0,0 +1,13 @@
+$NetBSD: patch-aj,v 1.1 2001/10/15 15:53:17 kei Exp $
+
+--- make_epses.sh.orig Tue Oct 16 00:25:36 2001
++++ make_epses.sh Tue Oct 16 00:25:51 2001
+@@ -4,7 +4,7 @@
+ for i in ${1}*.wmf ; do
+ STEM=`basename $i wmf`
+ echo "converting $STEM"wmf
+- wmftoeps $i ${STEM}eps
++ wmf2eps $i ${STEM}eps
+ done
+
+ for j in png jpg jpeg pict ; do