summaryrefslogtreecommitdiff
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-configure18
1 files changed, 15 insertions, 3 deletions
diff --git a/net-im/psi/files/patch-configure b/net-im/psi/files/patch-configure
index 1e04067aa8d2..d0a064d05849 100644
--- a/net-im/psi/files/patch-configure
+++ b/net-im/psi/files/patch-configure
@@ -1,9 +1,9 @@
$FreeBSD$
-Hack configure to eat autogenerated qt options.
+Hack configure to eat autogenerated qt options and to fix a bashism (type -p).
---- configure.orig Wed Jun 11 06:12:49 2003
-+++ configure Mon Jun 23 09:46:58 2003
+--- configure.orig Tue Jun 10 20:12:49 2003
++++ configure Tue Dec 23 11:40:49 2003
@@ -86,6 +86,8 @@
;;
@@ -13,3 +13,15 @@ Hack configure to eat autogenerated qt options.
*) 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
+- qm=`type -p qmake`
++ qm=`which qmake`
+ if [ -x "$qm" ]; then
+ echo qmake found in $qm
+ else