mirror of
https://git.freebsd.org/ports.git
synced 2025-07-03 02:20:33 -04:00
Update URLs (old main site dead) Fix port to follow CFLAGS set by framework instead of hardsetting -O3 only Rearrange Makefile Reference: https://groups.google.com/g/isl-development/c/JGaMo2VUu_8 Approved by: arrowd (mentor) Differential Revision: https://reviews.freebsd.org/D32494
11 lines
390 B
Text
11 lines
390 B
Text
--- configure.orig 2021-10-14 09:28:15 UTC
|
|
+++ configure
|
|
@@ -6984,7 +6984,7 @@ fi
|
|
echo "* (otherwise, a default of CFLAGS=-O3 will be used) *"
|
|
echo "********************************************************"
|
|
echo ""
|
|
- CFLAGS="-O3"
|
|
+ CFLAGS="$ac_cv_env_CFLAGS_value"
|
|
fi
|
|
|
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether C compiler accepts $CFLAGS" >&5
|