diff options
author | Steve Price <steve@FreeBSD.org> | 1999-08-01 02:55:15 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-08-01 02:55:15 +0000 |
commit | 041a60736f9ce63aa3a9eebf0a60c35a76392005 (patch) | |
tree | aa92e2db92e16b0bece68508ea72a41c32ebf57b /net/kicq | |
parent | 7fd888345d69a763f1afd29bc30cff74f5c073a0 (diff) |
Do a little better job of finding the moc binary.
PR: 12639
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=20434
Diffstat (limited to 'net/kicq')
-rw-r--r-- | net/kicq/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/kicq/files/patch-aa b/net/kicq/files/patch-aa new file mode 100644 index 000000000000..8ff505767770 --- /dev/null +++ b/net/kicq/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Thu Dec 3 15:25:30 1998 ++++ configure Sat Jul 31 12:17:24 1999 +@@ -2373,7 +2373,7 @@ + ;; + *) + IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}:" +- for ac_dir in $PATH:/usr/bin:/usr/X11R6/bin:$QTDIR/bin:/usr/lib/qt/bin:/usr/local/qt/bin$ac_dummy; do ++ for ac_dir in $PATH; do + test -z "$ac_dir" && ac_dir=. + if test -f $ac_dir/$ac_word; then + ac_cv_path_MOC="$ac_dir/$ac_word" |