diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 21:02:44 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-04-06 21:02:44 +0000 |
commit | adc606fcba90c48304a1b6dcb74ef9ef32684483 (patch) | |
tree | 1b6684e840d254a5f8bb785add9703a4b3b03739 /lang/open-cobol-devel/files/patch-cobc::cobc.c | |
parent | bcc3c4a4163296cc91ea12e023fff7f3dfbbec11 (diff) |
- Support USE_GETOPT_LONG
- Support WITHOUT_NLS
PR: ports/65262
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=106351
Diffstat (limited to 'lang/open-cobol-devel/files/patch-cobc::cobc.c')
-rw-r--r-- | lang/open-cobol-devel/files/patch-cobc::cobc.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/open-cobol-devel/files/patch-cobc::cobc.c b/lang/open-cobol-devel/files/patch-cobc::cobc.c new file mode 100644 index 000000000000..d1809c280868 --- /dev/null +++ b/lang/open-cobol-devel/files/patch-cobc::cobc.c @@ -0,0 +1,11 @@ +--- cobc/cobc.c.orig Thu Jun 5 09:02:15 2003 ++++ cobc/cobc.c Sun Apr 4 00:32:21 2004 +@@ -36,7 +36,7 @@ + + #include "cobc.h" + #include "tree.h" +-#include "lib/getopt.h" ++#include <getopt.h> + + + /* |