summaryrefslogtreecommitdiff
path: root/databases/geneweb
diff options
context:
space:
mode:
authorwulf <wulf>2000-09-03 03:25:04 +0000
committerwulf <wulf>2000-09-03 03:25:04 +0000
commit4912263ae164500914db549b8dcfe1641b5ef472 (patch)
treea210073f30447be349406c9a7c3e4c5028bdf126 /databases/geneweb
parentf04d5e022620a7dff7a4c116ba82612d6840ca91 (diff)
downloadpkgsrc-4912263ae164500914db549b8dcfe1641b5ef472.tar.gz
Correct bug in geneweb's Makefile that tried to install gwtp.opt that
doesn't exist on platforms that don't have the optimized caml compiler.
Diffstat (limited to 'databases/geneweb')
-rw-r--r--databases/geneweb/files/patch-sum3
-rw-r--r--databases/geneweb/patches/patch-aa13
2 files changed, 16 insertions, 0 deletions
diff --git a/databases/geneweb/files/patch-sum b/databases/geneweb/files/patch-sum
new file mode 100644
index 00000000000..8a9e626c459
--- /dev/null
+++ b/databases/geneweb/files/patch-sum
@@ -0,0 +1,3 @@
+$NetBSD: patch-sum,v 1.1 2000/09/03 03:25:04 wulf Exp $
+
+MD5 (patch-aa) = 080bc655faec85945e4bb747de89890a
diff --git a/databases/geneweb/patches/patch-aa b/databases/geneweb/patches/patch-aa
new file mode 100644
index 00000000000..a7f23280bb0
--- /dev/null
+++ b/databases/geneweb/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2000/09/03 03:25:05 wulf Exp $
+
+--- Makefile.orig Sun Sep 3 01:55:10 2000
++++ Makefile Sun Sep 3 01:53:07 2000
+@@ -74,7 +74,7 @@
+ cp src/gwu distribution/gwu$(EXE)
+ cp ged2gwb/ged2gwb distribution/ged2gwb$(EXE)
+ cp gwb2ged/gwb2ged distribution/gwb2ged$(EXE)
+- cp gwtp/gwtp.opt distribution/gwtp$(EXE)
++ cp gwtp/gwtp distribution/gwtp$(EXE)
+ cp etc/LISEZMOI.txt distribution/.
+ cp etc/README.txt distribution/.
+ cp etc/INSTALL.htm distribution/.