diff options
author | sf <sf@FreeBSD.org> | 2003-07-14 02:41:33 +0000 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2003-07-14 02:41:33 +0000 |
commit | e8da58d6a01de0af819cb8c26f60a466104ba4a2 (patch) | |
tree | f591efe2b42bee79db3d435fa27e0dd12c169843 /mail/ifile/files | |
parent | 5a66051231c94244f89e4fb03c39494d2b0ed1be (diff) | |
download | FreeBSD-ports-e8da58d6a01de0af819cb8c26f60a466104ba4a2.zip FreeBSD-ports-e8da58d6a01de0af819cb8c26f60a466104ba4a2.tar.gz |
get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().
Obtained from: NetBSD
Diffstat (limited to 'mail/ifile/files')
-rw-r--r-- | mail/ifile/files/patch-Makefile.in | 11 | ||||
-rw-r--r-- | mail/ifile/files/patch-argp_argp.h | 11 |
2 files changed, 22 insertions, 0 deletions
diff --git a/mail/ifile/files/patch-Makefile.in b/mail/ifile/files/patch-Makefile.in new file mode 100644 index 0000000..eaf6dcf --- /dev/null +++ b/mail/ifile/files/patch-Makefile.in @@ -0,0 +1,11 @@ +--- Makefile.in.orig Tue Jun 10 23:09:27 2003 ++++ Makefile.in Mon Jul 7 06:50:51 2003 +@@ -46,7 +46,7 @@ + CFLAGS = @CFLAGS@ + CPPFLAGS = @CPPFLAGS@ + INCLUDEFLAGS = +-LDFLAGS = ++LDFLAGS = @LDFLAGS@ + + prefix = @prefix@ + exec_prefix = @exec_prefix@ diff --git a/mail/ifile/files/patch-argp_argp.h b/mail/ifile/files/patch-argp_argp.h new file mode 100644 index 0000000..d9493d2 --- /dev/null +++ b/mail/ifile/files/patch-argp_argp.h @@ -0,0 +1,11 @@ +--- argp/argp.h.orig Tue Jun 10 23:09:27 2003 ++++ argp/argp.h Mon Jul 7 04:31:41 2003 +@@ -352,7 +352,7 @@ + #define ARGP_NO_EXIT 0x20 + + /* Use the gnu getopt `long-only' rules for parsing arguments. */ +-#define ARGP_LONG_ONLY 0x40 ++#define ARGP_LONG_ONLY 0x00 + + /* Turns off any message-printing/exiting options. */ + #define ARGP_SILENT (ARGP_NO_EXIT | ARGP_NO_ERRS | ARGP_NO_HELP) |