1234567891011121314 |
- $OpenBSD: patch-configure,v 1.3 2012/08/20 07:39:36 jasper Exp $
- --- configure.orig Mon May 30 19:08:34 2005
- +++ configure Tue Jun 2 12:10:32 2009
- @@ -20821,7 +20821,8 @@ else
-
- if test -f $dir/libqt-mt.so.3 -o -f $dir/libqt.so.3 \
- -o -f $dir/libqt.dll.a -o -f $dir/libqt-mt.dll.a \
- - -o -f $dir/libqt.dylib -o -f $dir/libqt-mt.dylib
- + -o -f $dir/libqt.dylib -o -f $dir/libqt-mt.dylib \
- + -o -f $dir/libqt-mt.so.*
- then
- echo "found in $dir"
- QTLIBDIR=$dir
|