mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
2688b88a3d
PR: ports/155457 Submitted by: Olivier Duchateau <duchateau.olivier@gmail.com>
12 lines
438 B
Plaintext
12 lines
438 B
Plaintext
--- configure.orig 2011-06-24 12:07:18.000000000 -0500
|
|
+++ configure 2011-06-24 12:07:32.000000000 -0500
|
|
@@ -17167,7 +17167,7 @@
|
|
# LDFLAGS="${LDFLAGS} -L/usr/lib/mingw -lmingwex -lcrtdll -lmsvcrt -lc -Wl,--allow-multiple-definition"
|
|
else
|
|
# Else standard Linux/*BSD environment.
|
|
- CFLAGS="${CFLAGS} -std=c99 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE"
|
|
+ #CFLAGS="${CFLAGS} -std=c99 -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE"
|
|
fi
|
|
|
|
|