ports/mail/ifile/files/patch-argp_argp.h
Kurt Jaeger 5c080d0f3d mail/ifile: fix mail/ifile build with FORTIFY_SOURCE
PR:		202572
Submitted by:	Oliver Pinter <op@freebsd.org>
2015-08-31 19:31:06 +00:00

11 lines
381 B
C

--- argp/argp.h.orig 2006-05-22 16:49:22 UTC
+++ argp/argp.h
@@ -352,7 +352,7 @@ struct argp_state
#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)