mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
47ccd6128b
PR: 23102 Submitted by: MAINTAINER
12 lines
534 B
Plaintext
12 lines
534 B
Plaintext
--- configure.orig Sun Nov 26 01:19:21 2000
|
|
+++ configure Sun Nov 26 01:19:54 2000
|
|
@@ -3789,7 +3789,7 @@
|
|
|
|
case $host in
|
|
i386-*-freebsd*)
|
|
- GLOBAL_CFLAGS="$GLOBAL_CFLAGS $CFLAGS $ALSA_CFLAGS -Wall -static -fomit-frame-pointer -funroll-loops -finline-functions -O3 -D_REENTRANT -malign-double -funroll-all-loops"
|
|
+ GLOBAL_CFLAGS="$GLOBAL_CFLAGS $CFLAGS -Wall -static -fomit-frame-pointer -funroll-loops -finline-functions -D_REENTRANT -malign-double -funroll-all-loops"
|
|
cat >> confdefs.h <<\EOF
|
|
#define __i386__ 1
|
|
EOF
|