diff options
author | patrick <patrick@FreeBSD.org> | 2002-11-05 21:51:58 +0000 |
---|---|---|
committer | patrick <patrick@FreeBSD.org> | 2002-11-05 21:51:58 +0000 |
commit | 3a61a8b6252a6a3450f063547fbf3b200d1cfdca (patch) | |
tree | 17c3dbfb5a4148d1a4287486f47160e9e0c7a26f | |
parent | 9b8631b4dde54d0ab84fa460379ea292084c8aee (diff) | |
download | FreeBSD-ports-3a61a8b6252a6a3450f063547fbf3b200d1cfdca.zip FreeBSD-ports-3a61a8b6252a6a3450f063547fbf3b200d1cfdca.tar.gz |
Add in a new patch file missed on initial commit.
-rw-r--r-- | lang/tinycobol/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/tinycobol/files/patch-ab b/lang/tinycobol/files/patch-ab new file mode 100644 index 0000000..fcaae73 --- /dev/null +++ b/lang/tinycobol/files/patch-ab @@ -0,0 +1,11 @@ +--- lib/Makefile.in.orig Sun Oct 20 04:37:38 2002 ++++ lib/Makefile.in Tue Nov 5 16:29:57 2002 +@@ -28,7 +28,7 @@ + GREP = grep -v + + MAKEDEPEND=@MAKEDEPEND@ +-LIBS=-ldl @htg_ld_args_m@ @htg_ld_args_db@ -lncurses ++LIBS=-L/usr/local/lib @htg_ld_args_m@ @htg_ld_args_db@ -lncurses + # + # Default install directory is set in htconfig.h + # |