summaryrefslogtreecommitdiff
path: root/databases/geneweb
diff options
context:
space:
mode:
authorwulf <wulf@pkgsrc.org>2000-09-03 03:25:04 +0000
committerwulf <wulf@pkgsrc.org>2000-09-03 03:25:04 +0000
commit01e4f776fff82d559e990c9453a7f6792efbb974 (patch)
treea210073f30447be349406c9a7c3e4c5028bdf126 /databases/geneweb
parentf45cd74b37a78deb287283fd1f17d6c5e9eb7415 (diff)
downloadpkgsrc-01e4f776fff82d559e990c9453a7f6792efbb974.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/.