summaryrefslogtreecommitdiff
path: root/graphics/xine/files/patch-configure
diff options
context:
space:
mode:
authorJames E. Housley <jeh@FreeBSD.org>2000-10-25 23:18:37 +0000
committerJames E. Housley <jeh@FreeBSD.org>2000-10-25 23:18:37 +0000
commit137bbedf3a1a1ca16d2c089b4d3fcaca41460092 (patch)
treef5c0c72f77610f473569cc8ff00cc6c8b12396b8 /graphics/xine/files/patch-configure
parentUpgrade to M18 and sync with www/mozilla. (diff)
Update: graphics/xine 0.2.2 -> 0.2.3
PR: 22294 Submitted by: Roman Shterenzon <roman@xpert.com> MAINTAINER
Diffstat (limited to 'graphics/xine/files/patch-configure')
-rw-r--r--graphics/xine/files/patch-configure20
1 files changed, 10 insertions, 10 deletions
diff --git a/graphics/xine/files/patch-configure b/graphics/xine/files/patch-configure
index 727b498ed90f..6bc2e854d814 100644
--- a/graphics/xine/files/patch-configure
+++ b/graphics/xine/files/patch-configure
@@ -1,11 +1,11 @@
---- configure.orig Tue Oct 10 07:57:35 2000
-+++ configure Sat Oct 14 18:10:35 2000
-@@ -3566,7 +3566,7 @@
- *) echo "$host is not currently supported by xine"; exit 1;;
- esac
-
-- GLOBAL_CFLAGS="$GLOBAL_CFLAGS -Wall -O3 -fomit-frame-pointer -static -funroll-loops -finline-functions"
-+ GLOBAL_CFLAGS="$GLOBAL_CFLAGS $CFLAGS -Wall -fomit-frame-pointer -static -funroll-loops -finline-functions"
- ;;
- esac
+--- configure.orig Tue Oct 24 00:46:14 2000
++++ configure Tue Oct 24 00:46:42 2000
+@@ -3539,7 +3539,7 @@
+ case $host in
+ i386-*-freebsd*)
+- GLOBAL_CFLAGS="$GLOBAL_CFLAGS $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