freebsd-ports/math/gap/files/patch-gap4r4_cnf_configure.out
Renato Botelho 854a2326a4 - Update to 2005_07_20-19_29_UTC
PR:		ports/83864
From:		Johan van Selst <johans@stack.nl> (maintainer)
2005-08-01 13:08:23 +00:00

11 lines
382 B
Text

--- gap4r4/cnf/configure.out.orig Fri Jul 22 16:39:30 2005
+++ gap4r4/cnf/configure.out Fri Jul 22 16:39:27 2005
@@ -3708,6 +3708,8 @@ if test "${gp_cv_cflags+set}" = set; the
echo $ECHO_N "(cached) $ECHO_C" >&6
else
case "$host-$CC" in
+ *-freebsd* )
+ gp_cv_cflags="";;
*-gcc | *-linux*-cc )
gp_cv_cflags="-Wall -g -O2";;
i686-*-egcs )