diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-21 13:22:23 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2010-06-21 13:22:23 +0000 |
commit | bee1bc4297b29a514d26b05294db173ec17a332b (patch) | |
tree | f1912aefecd343282d51d6340a5e3dd7bb7e5de4 /multimedia/mythtv-frontend/files/patch-configure | |
parent | - Update to 0.23 (diff) |
- Update to 0.23
- VDPAU and PulseAudio support added
- Harmonize mythtv and mythtv-frontend Makefiles and patches
Feature safe: yes
Approved by: beat (co-mentor)
Diffstat (limited to 'multimedia/mythtv-frontend/files/patch-configure')
-rw-r--r-- | multimedia/mythtv-frontend/files/patch-configure | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/multimedia/mythtv-frontend/files/patch-configure b/multimedia/mythtv-frontend/files/patch-configure index a96409d79455..476f2b1a6362 100644 --- a/multimedia/mythtv-frontend/files/patch-configure +++ b/multimedia/mythtv-frontend/files/patch-configure @@ -1,19 +1,19 @@ ---- configure.orig 2009-10-09 00:30:46.000000000 +0200 -+++ configure 2009-11-22 23:33:55.000000000 +0100 -@@ -633,21 +633,21 @@ +--- configure.orig 2010-03-30 00:09:16.000000000 +0200 ++++ configure 2010-04-06 19:10:20.000000000 +0200 +@@ -666,21 +666,21 @@ log check_cc "$@" cat > $TMPC log_file $TMPC -- check_cmd $cc $CFLAGS $ECFLAGS $OPTFLAGS "$@" -c -o $TMPO $TMPC -+ check_cmd $cc $CFLAGS $ECFLAGS $OPTFLAGS -I${prefix}/include "$@" -c -o $TMPO $TMPC +- check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS "$@" -c -o $TMPO $TMPC ++ check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS -I${prefix}/include "$@" -c -o $TMPO $TMPC } check_cpp(){ log check_cpp "$@" cat > $TMPC log_file $TMPC -- check_cmd $cc $CFLAGS $ECFLAGS $OPTFLAGS "$@" -E -o $TMPO $TMPC -+ check_cmd $cc $CFLAGS $ECFLAGS $OPTFLAGS -I${prefix}/include "$@" -E -o $TMPO $TMPC +- check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS "$@" -E -o $TMPO $TMPC ++ check_cmd $cc $CPPFLAGS $CFLAGS $OPTFLAGS -I${prefix}/include "$@" -E -o $TMPO $TMPC } check_cxx(){ @@ -25,7 +25,15 @@ } check_as(){ -@@ -4254,6 +4254,8 @@ +@@ -2841,7 +2841,6 @@ + enable malloc_aligned + # Workaround compile errors from missing u_int/uint def + CPPFLAGS=`echo $CPPFLAGS | sed 's/-D_POSIX_C_SOURCE=200112//'` +- disable ivtv + enable backend + ;; + bsd/os) +@@ -4581,6 +4580,8 @@ # directories, it cannot be modified. QMAKE_LIBDIR_QT -= $libdir LATE_LIBS += -L$libdir |