mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
97cde34830
use USE_GETOPT_LONG instead. use getopt_long() instead of getopt_long_only(). Obtained from: NetBSD
12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
--- 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@
|