freebsd-ports/lang/tinycobol/files/patch-ab
2000-12-07 02:56:28 +00:00

13 lines
528 B
Text

--- htconfig.h.in.orig Tue Dec 5 20:13:21 2000
+++ htconfig.h.in Wed Dec 6 20:04:57 2000
@@ -134,8 +134,8 @@
/* Default linker args 2 */
/*
- #define HTG_LD_ARGS_DEFAULT2 "-lhtcobol -ldb -lncurses -lm "
- #define HTG_LD_ARGS_DEFAULT2 "-lhtcobol -ldb -lncurses -lreadline -lm "
+ #define HTG_LD_ARGS_DEFAULT2 "-lhtcobol -ldb2 -lncurses -lm "
+ #define HTG_LD_ARGS_DEFAULT2 "-lhtcobol -ldb2 -lncurses -lreadline -lm "
#define HTG_LD_ARGS_DEFAULT2 "-lhtcobol -lm -dl"
*/
#undef HTG_LD_ARGS_DEFAULT2