freebsd-ports/mail/ifile/files/patch-Makefile.in
FUJISHIMA Satsuki 97cde34830 get rid of libgnugetopt dependency for -CURRENT,
use USE_GETOPT_LONG instead.
use getopt_long() instead of getopt_long_only().

Obtained from:	NetBSD
2003-07-14 02:41:33 +00:00

11 lines
245 B
Text

--- 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@