]> git.pld-linux.org Git - packages/dvdisaster.git/blame - dvdisaster-configure.patch
- updated gettext BR
[packages/dvdisaster.git] / dvdisaster-configure.patch
CommitLineData
da6b7112
KK
1--- dvdisaster-0.64/scripts/bash-based-configure.orig 2005-08-17 01:29:10.000000000 +0200
2+++ dvdisaster-0.64/scripts/bash-based-configure 2005-10-19 16:26:00.000000000 +0200
3@@ -267,7 +267,7 @@
4
5 if (make -v | grep "GNU Make") > /dev/null 2>&1 ;
6 then echo "yes"
7- echo "MAKE = `which make`" >>Makefile.config
28bcfd93 8+ echo "MAKE = /usr/bin/make" >>Makefile.config
da6b7112
KK
9 return 0
10 fi;
11
12@@ -287,8 +287,7 @@
13 if gcc -v >/dev/null 2>&1; then
14 if (gcc -v 2>&1 | grep "gcc") > /dev/null 2>&1 ;
15 then echo "yes"
16- echo "CC = `which gcc`" >>Makefile.config
17- CC=gcc
18+ echo "CC = $CC" >>Makefile.config
19 return 0
20 fi;
21 fi;
This page took 0.045524 seconds and 4 git commands to generate.