diff options
author | steve <steve@FreeBSD.org> | 1999-08-01 10:55:15 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-08-01 10:55:15 +0800 |
commit | d4b8e077f5fc5429bef9385dabbcc7e4fcef4410 (patch) | |
tree | 594c85b40cc75b18287034447fcf1e953155aabe /net/kicq | |
parent | 919d2312e022da04fff5459fdbafdf59e2bf4912 (diff) | |
download | freebsd-ports-gnome-d4b8e077f5fc5429bef9385dabbcc7e4fcef4410.tar.gz freebsd-ports-gnome-d4b8e077f5fc5429bef9385dabbcc7e4fcef4410.tar.zst freebsd-ports-gnome-d4b8e077f5fc5429bef9385dabbcc7e4fcef4410.zip |
Do a little better job of finding the moc binary.
PR: 12639
Submitted by: maintainer
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" |