SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
22
net/gmudix/patches/patch-configure
Normal file
22
net/gmudix/patches/patch-configure
Normal file
|
@ -0,0 +1,22 @@
|
|||
--- configure.orig Mon Dec 9 06:58:47 2002
|
||||
+++ configure Sat Jul 19 11:44:10 2003
|
||||
@@ -991,15 +991,15 @@ if test "$ac_test_CFLAGS" = set; then
|
||||
CFLAGS="$ac_save_CFLAGS"
|
||||
elif test $ac_cv_prog_cc_g = yes; then
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-g -O2"
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
else
|
||||
- CFLAGS="-g"
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
fi
|
||||
else
|
||||
if test "$GCC" = yes; then
|
||||
- CFLAGS="-O2"
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
else
|
||||
- CFLAGS=
|
||||
+ CFLAGS=$(CFLAGS)
|
||||
fi
|
||||
fi
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue