ports/devel/isl/files/patch-configure
Daniel Engberg 953bcf7b9e devel/isl: Update URLs, fix build and connect test suite
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
2021-10-14 12:23:04 +02:00

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