ports/net-im/psi/files/patch-configure
Dmitry Sivachenko f7527a57e5 Update to version 0.9.1;
Correct WWW.

Approved by:	maintainer
2004-01-07 13:54:13 +00:00

25 lines
540 B
Plaintext

$FreeBSD$
Hack configure to eat autogenerated qt options and to fix a bashism (type -p).
--- configure.orig Wed Dec 10 03:10:03 2003
+++ configure Wed Jan 7 16:30:11 2004
@@ -81,6 +81,8 @@
shift
;;
--help) show_usage; exit ;;
+ --with-*)
+ shift ;;
*) show_usage; exit ;;
esac
done
@@ -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
if [ "$QC_DEBUG" = "Y" ]; then
echo qmake found in $qm