summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorPatrick S. Gardella <patrick@FreeBSD.org>2002-11-05 21:51:58 +0000
committerPatrick S. Gardella <patrick@FreeBSD.org>2002-11-05 21:51:58 +0000
commitcc51f62cdf1753c914e667d9415880b78afcf30f (patch)
tree40ba018ba2fa47e163b671a3418537ac5090a85f /lang
parentUpdate to version 0.59 (diff)
Add in a new patch file missed on initial commit.
Notes
Notes: svn path=/head/; revision=69550
Diffstat (limited to 'lang')
-rw-r--r--lang/tinycobol/files/patch-ab11
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 000000000000..fcaae736cd8e
--- /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
+ #