From 8c31bd28fcd8763cdee09d2ac0456e645a8ce663 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 18 Sep 2011 22:27:12 +0200 Subject: add new package xawtv --- package/xawtv/patches/patch-Makefile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 package/xawtv/patches/patch-Makefile (limited to 'package/xawtv/patches/patch-Makefile') diff --git a/package/xawtv/patches/patch-Makefile b/package/xawtv/patches/patch-Makefile new file mode 100644 index 000000000..814892d9e --- /dev/null +++ b/package/xawtv/patches/patch-Makefile @@ -0,0 +1,17 @@ +--- 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 +@@ -1,6 +1,6 @@ + + # passed to configure +-prefix = /usr/local ++prefix = /usr + + # 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 + + $(arch)/Makefile: configure + mkdir -p $(arch) +- (cd $(arch); ../configure \ ++ (cd $(arch); ../configure --disable-xft \ + --prefix=$(prefix) ) -- cgit v1.2.3 From 0851c77c5104ab3e1e62520ca0b7f1fb9e7132bd Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 12 Oct 2011 20:54:12 +0200 Subject: misc fixes from bulk build --- package/xawtv/patches/patch-Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'package/xawtv/patches/patch-Makefile') 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@@ ) -- cgit v1.2.3