diff options
Diffstat (limited to 'math/gap/files/patch-gap4r4_cnf_configure.out')
-rw-r--r-- | math/gap/files/patch-gap4r4_cnf_configure.out | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/math/gap/files/patch-gap4r4_cnf_configure.out b/math/gap/files/patch-gap4r4_cnf_configure.out new file mode 100644 index 000000000000..ccffbd5f1e9e --- /dev/null +++ b/math/gap/files/patch-gap4r4_cnf_configure.out @@ -0,0 +1,11 @@ +--- 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 ) |