diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-26 15:56:55 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-26 15:56:55 +0000 |
commit | 47ccd6128bc6aac4bc8e748006f0e4d01db9408e (patch) | |
tree | 7f07f502435c51a09768ea0af02d2a6594fdbc15 /multimedia/xine/files | |
parent | Update MASTER_SITES and WWW. (diff) |
Update to version 0.3.1
PR: 23102
Submitted by: MAINTAINER
Notes
Notes:
svn path=/head/; revision=35451
Diffstat (limited to 'multimedia/xine/files')
-rw-r--r-- | multimedia/xine/files/patch-configure | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/xine/files/patch-configure b/multimedia/xine/files/patch-configure index 6bc2e854d814..5cc14ea7b825 100644 --- a/multimedia/xine/files/patch-configure +++ b/multimedia/xine/files/patch-configure @@ -1,10 +1,10 @@ ---- configure.orig Tue Oct 24 00:46:14 2000 -+++ configure Tue Oct 24 00:46:42 2000 -@@ -3539,7 +3539,7 @@ +--- 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 -Wall -static -fomit-frame-pointer -funroll-loops -finline-functions -O3 -D_REENTRANT -malign-double -funroll-all-loops" +- 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 |