ports/multimedia/exportvideo/files/patch-libmpeg3_configure
2005-10-29 21:43:04 +00:00

13 lines
472 B
Text

--- libmpeg3/configure.orig Mon Feb 12 22:35:41 2001
+++ libmpeg3/configure Wed Oct 26 21:42:33 2005
@@ -43,8 +47,8 @@
EOF
-if test -z "$CFLAGS"; then
- echo >> global_config "CFLAGS = -O2 -D_FILE_OFFSET_BITS=64 -funroll-loops -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 += -D_FILE_OFFSET_BITS=64 -I%%LOCALBASE%%/include"
fi
cat >> global_config << EOF