mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
3c08c7c63c
Mark as IGNORE < 500100. Require some C99 functions. PR: 91936 Submitted by: Gerhard Gonter <g.gonter@ieee.org> (maintainer)
14 lines
390 B
Plaintext
14 lines
390 B
Plaintext
--- src/configure.orig Wed Jan 18 15:39:00 2006
|
|
+++ src/configure Wed Jan 18 15:39:12 2006
|
|
@@ -3778,8 +3778,8 @@
|
|
fi;
|
|
if test "x$custom_flags" = "xyes" ; then
|
|
if test "$GCC" = "yes"; then
|
|
- COFLAGS="-O3 -fno-strict-aliasing"
|
|
- LDFLAGS="$LDFLAGS -O3"
|
|
+ COFLAGS="-O -fno-strict-aliasing"
|
|
+ LDFLAGS="$LDFLAGS -O"
|
|
if test "$ac_cv_header_stdc" = "yes" ; then
|
|
CWFLAGS=-Wall
|
|
else
|