summaryrefslogtreecommitdiff
path: root/www/amaya
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>2000-08-22 17:28:28 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>2000-08-22 17:28:28 +0000
commitf22007563e19bbba158e2398e4cb8018864ffa79 (patch)
tree441b8dad83e0fcda2384bf2e46c20f0c8bef3b81 /www/amaya
parent09726eef3a02213a7f2097f0bf644b2e5ae8e030 (diff)
downloadpkgsrc-f22007563e19bbba158e2398e4cb8018864ffa79.tar.gz
- add patch to allow the program to build on pre-1.5 systems
- make sure the library search path is in the correct order.
Diffstat (limited to 'www/amaya')
-rw-r--r--www/amaya/files/patch-sum4
-rw-r--r--www/amaya/patches/patch-ae13
-rw-r--r--www/amaya/patches/patch-af14
3 files changed, 30 insertions, 1 deletions
diff --git a/www/amaya/files/patch-sum b/www/amaya/files/patch-sum
index 1ce18dfd579..7dd401f6b24 100644
--- a/www/amaya/files/patch-sum
+++ b/www/amaya/files/patch-sum
@@ -1,6 +1,8 @@
-$NetBSD: patch-sum,v 1.1.1.1 2000/06/20 16:50:10 drochner Exp $
+$NetBSD: patch-sum,v 1.2 2000/08/22 17:28:28 dmcmahill Exp $
MD5 (patch-aa) = 2e138551309eadaf0f48414ec38f4ba5
MD5 (patch-ab) = 81059d037ca460259df1bbaca70a4c5d
MD5 (patch-ac) = 2f4734dcce017cf9486c0b2df3d388a3
MD5 (patch-ad) = 45df852941943d3ec5060ad1bf35a519
+MD5 (patch-ae) = 8141ce7895ddbaf0ee7ff760820567a7
+MD5 (patch-af) = 0356628158e3a974b7e6529d32be22ed
diff --git a/www/amaya/patches/patch-ae b/www/amaya/patches/patch-ae
new file mode 100644
index 00000000000..c254fa9ac48
--- /dev/null
+++ b/www/amaya/patches/patch-ae
@@ -0,0 +1,13 @@
+$NetBSD: patch-ae,v 1.1 2000/08/22 17:28:29 dmcmahill Exp $
+
+wchar.h doesn't exist on pre-1.5 systems.
+
+--- ../thotlib/include/ustring.h.orig Thu Mar 30 10:32:44 2000
++++ ../thotlib/include/ustring.h Tue Aug 22 13:08:35 2000
+@@ -8,5 +8,5 @@
+ #endif /* _WINDOWS */
+
+-#include <wchar.h>
++#include <machine/ansi.h>
+
+ #ifdef _WINDOWS
diff --git a/www/amaya/patches/patch-af b/www/amaya/patches/patch-af
new file mode 100644
index 00000000000..d53d0920227
--- /dev/null
+++ b/www/amaya/patches/patch-af
@@ -0,0 +1,14 @@
+$NetBSD: patch-af,v 1.1 2000/08/22 17:28:29 dmcmahill Exp $
+
+make sure the private libwww is searched first instead of a locally
+installed one
+
+--- ../amaya/Makefile.in.orig Wed Apr 19 08:33:09 2000
++++ ../amaya/Makefile.in Tue Aug 22 13:10:42 2000
+@@ -344,5 +344,5 @@
+ ../bin/amaya : $(AMAYA_OBJ) $(AMAYA_OPTION_OBJ) $(AMAYA_LIBS)
+ @(if test ! -d ../bin ; then $(MKDIR) ../bin ; fi)
+- $(CC) $(LDFLAGS) -o ../bin/amaya $(AMAYA_OBJ) $(AMAYA_OPTION_OBJ) libCSS.a $(LIBS)
++ $(CC) -o ../bin/amaya $(AMAYA_OBJ) $(AMAYA_OPTION_OBJ) libCSS.a $(LIBS) $(LDFLAGS)
+ @$(ECHO) "====>" amaya is done
+