openbsd-ports/x11/explorer/patches/patch-configure
espie f18416aae3 Adjust these to grab qt1 in the right place.
Patches in explorer changed name thanks to update-patches.
2001-06-09 19:55:10 +00:00

23 lines
630 B
Plaintext

$OpenBSD: patch-configure,v 1.1 2001/06/09 19:55:13 espie Exp $
--- configure.orig Fri Jul 11 16:32:26 1997
+++ configure Thu Jun 7 21:53:49 2001
@@ -2049,7 +2049,7 @@ rm -f conftest*
LIBS="$ac_save_LIBS"
fi
-if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then
+if false; then
echo "$ac_t""yes" 1>&6
QT_LIBS="-lqt"
@@ -2061,8 +2061,8 @@ else
echo "$ac_t"""Not in your path, searching..."" 1>&6
for ac_dir in \
- $ac_cv_with_qt_dir/lib \
$ac_cv_with_qt_lib \
+ $ac_cv_with_qt_dir/lib \
/usr/local/qt/lib \
/usr/local/lib/qt \
/usr/share/qt/lib \