diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-11 13:23:05 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-11 13:23:05 +0000 |
commit | c6762e80516b169cd71a8d7e68d0ed5b308f7e55 (patch) | |
tree | f23cbb8b9252353d844bff7e183b8b588e997854 /www/geneweb | |
parent | 3b03d918066c823f39536b8d108d1145c833a3dd (diff) | |
download | ports-c6762e80516b169cd71a8d7e68d0ed5b308f7e55.tar.gz ports-c6762e80516b169cd71a8d7e68d0ed5b308f7e55.zip |
Notes
Diffstat (limited to 'www/geneweb')
-rw-r--r-- | www/geneweb/files/patch-tools_Makefile.inc.unix | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/geneweb/files/patch-tools_Makefile.inc.unix b/www/geneweb/files/patch-tools_Makefile.inc.unix new file mode 100644 index 000000000000..f9916a8a0b2a --- /dev/null +++ b/www/geneweb/files/patch-tools_Makefile.inc.unix @@ -0,0 +1,13 @@ +--- tools/Makefile.inc.unix.orig 2009-04-11 15:01:55.000000000 +0400 ++++ tools/Makefile.inc.unix 2009-04-11 15:02:01.000000000 +0400 +@@ -5,8 +5,8 @@ + CAMLP5F=-DUNIX + CAMLP5D=+camlp5 + LIBUNIX=-cclib -lunix +-OCAMLC=ocamlc.opt -warn-error A +-OCAMLOPT=ocamlopt.opt -warn-error A ++OCAMLC=ocamlc.opt ++OCAMLOPT=ocamlopt.opt + OCAMLI= + OCAMLD= + STRIP=strip |