summaryrefslogtreecommitdiff
path: root/package/xawtv/patches/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/xawtv/patches/patch-Makefile')
-rw-r--r--package/xawtv/patches/patch-Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/package/xawtv/patches/patch-Makefile b/package/xawtv/patches/patch-Makefile
index 814892d9e..bdda68ed2 100644
--- a/package/xawtv/patches/patch-Makefile
+++ b/package/xawtv/patches/patch-Makefile
@@ -1,5 +1,5 @@
--- xawtv-3.102.orig/Makefile 2011-09-05 19:26:02.000000000 +0200
-+++ xawtv-3.102/Makefile 2011-09-18 21:53:53.767990433 +0200
++++ xawtv-3.102/Makefile 2011-09-26 21:03:31.839340414 +0200
@@ -1,6 +1,6 @@
# passed to configure
@@ -8,10 +8,11 @@
# arch name -- for build directory
arch := $(shell echo "arch-`uname -m`-`uname -s`" | tr "A-Z" "a-z")
-@@ -21,5 +21,5 @@ tag archive rpm dsc debs pbuild release
+@@ -21,5 +21,5 @@ tag archive rpm dsc debs pbuild release
$(arch)/Makefile: configure
mkdir -p $(arch)
- (cd $(arch); ../configure \
+- --prefix=$(prefix) )
+ (cd $(arch); ../configure --disable-xft \
- --prefix=$(prefix) )
++ --prefix=$(prefix) --host=@@GNU_TARGET_NAME@@ )