diff options
author | wulf <wulf@pkgsrc.org> | 2000-09-03 03:25:04 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2000-09-03 03:25:04 +0000 |
commit | 01e4f776fff82d559e990c9453a7f6792efbb974 (patch) | |
tree | a210073f30447be349406c9a7c3e4c5028bdf126 /databases/geneweb/patches | |
parent | f45cd74b37a78deb287283fd1f17d6c5e9eb7415 (diff) | |
download | pkgsrc-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/patches')
-rw-r--r-- | databases/geneweb/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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/. |