13 lines
472 B
Text
13 lines
472 B
Text
--- quicktime/configure.orig Mon Feb 12 22:35:41 2001
|
|
+++ quicktime/configure Wed Oct 26 21:40:17 2005
|
|
@@ -39,8 +43,8 @@
|
|
# DO NOT EDIT. EDIT ./configure INSTEAD AND RERUN IT.
|
|
EOF
|
|
|
|
-if test -z "$CFLAGS"; then
|
|
- echo >> global_config "CFLAGS = -O2 -fomit-frame-pointer -malign-loops=2 -malign-jumps=2 -malign-functions=2 -march=i486 -I/usr/local/include"
|
|
+if true; then
|
|
+ echo >> global_config "CFLAGS += -I%%LOCALBASE%%/include"
|
|
fi
|
|
|
|
if [ ${USE_FIREWIRE} = 1 ]; then
|