aboutsummaryrefslogtreecommitdiff
path: root/net-im/psi/files/patch-configure
diff options
context:
space:
mode:
Diffstat (limited to 'net-im/psi/files/patch-configure')
-rw-r--r--net-im/psi/files/patch-configure27
1 files changed, 12 insertions, 15 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
index d0a064d05849..8fa391c8090c 100644
--- a/net-im/psi/files/patch-configure
+++ b/net-im/psi/files/patch-configure
@@ -2,26 +2,23 @@ $FreeBSD$
Hack configure to eat autogenerated qt options and to fix a bashism (type -p).
---- configure.orig Tue Jun 10 20:12:49 2003
-+++ configure Tue Dec 23 11:40:49 2003
-@@ -86,6 +86,8 @@
+--- configure.orig Wed Dec 10 03:10:03 2003
++++ configure Wed Jan 7 16:30:11 2004
+@@ -81,6 +81,8 @@
+ shift
;;
-
- -h|--help) show_usage; exit ;;
+ --help) show_usage; exit ;;
+ --with-*)
-+ shift;;
++ shift ;;
*) show_usage; exit ;;
esac
done
-@@ -116,9 +118,9 @@
- fi
-
- if [ ! -x "$QTDIR/bin/qmake" ]; then
-- echo Warining: qmake not in \$QTDIR/bin/qmake
-+ echo Warning: qmake not in \$QTDIR/bin/qmake
- echo trying to find it in \$PATH
+@@ -136,7 +138,7 @@
+ echo Warning: qmake not in \$QTDIR/bin/qmake
+ echo trying to find it in \$PATH
+ fi
- qm=`type -p qmake`
+ qm=`which qmake`
if [ -x "$qm" ]; then
- echo qmake found in $qm
- else
+ if [ "$QC_DEBUG" = "Y" ]; then
+ echo qmake found in $qm