mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
041a60736f
PR: 12639 Submitted by: maintainer
12 lines
418 B
Plaintext
12 lines
418 B
Plaintext
--- 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"
|