diff --git a/qsynth-0.3.3-qt4.patch b/qsynth-0.3.3-qt4.patch new file mode 100644 index 0000000..08b652a --- /dev/null +++ b/qsynth-0.3.3-qt4.patch @@ -0,0 +1,47 @@ +--- qsynth-0.3.3/configure.qt4 2008-07-10 13:13:33.000000000 -0400 ++++ qsynth-0.3.3/configure 2008-09-05 19:16:02.000000000 -0400 +@@ -3859,7 +3859,7 @@ + + # Check for Qt qmake utility. + # Extract the first word of "qmake", so it can be a program name with args. +-set dummy qmake; ac_word=$2 ++set dummy qmake-qt4; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_ac_qmake+set}" = set; then +@@ -3908,7 +3908,7 @@ + + # Check for Qt moc utility. + # Extract the first word of "moc", so it can be a program name with args. +-set dummy moc; ac_word=$2 ++set dummy moc-qt4; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_ac_moc+set}" = set; then +@@ -3957,7 +3957,7 @@ + + # Check for Qt uic utility. + # Extract the first word of "uic", so it can be a program name with args. +-set dummy uic; ac_word=$2 ++set dummy uic-qt4; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_ac_uic+set}" = set; then +@@ -4006,7 +4006,7 @@ + + # Check for Qt lupdate utility. + # Extract the first word of "lupdate", so it can be a program name with args. +-set dummy lupdate; ac_word=$2 ++set dummy lupdate-qt4; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_ac_lupdate+set}" = set; then +@@ -4055,7 +4055,7 @@ + + # Check for Qt lrelease utility. + # Extract the first word of "lrelease", so it can be a program name with args. +-set dummy lrelease; ac_word=$2 ++set dummy lrelease-qt4; ac_word=$2 + { echo "$as_me:$LINENO: checking for $ac_word" >&5 + echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } + if test "${ac_cv_path_ac_lrelease+set}" = set; then