diff options
author | pat <pat@FreeBSD.org> | 2002-01-12 00:47:32 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-12 00:47:32 +0000 |
commit | edc26c63079c5b59c51cdd5c91cadfebe647f381 (patch) | |
tree | fc1d2ab4972a193feccb4f70c1f32cfa0b5e99c1 /security | |
parent | fc68201bcf739a93a5b8dc18fdf224b8eda15c8b (diff) | |
download | FreeBSD-ports-edc26c63079c5b59c51cdd5c91cadfebe647f381.zip FreeBSD-ports-edc26c63079c5b59c51cdd5c91cadfebe647f381.tar.gz |
Further avoid breakage when user has both qtlib version 1 and 2 installed.
Reported by: Robert Huff <roberthuff@rcn.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/qtfw/files/patch-configure | 27 |
1 files changed, 25 insertions, 2 deletions
diff --git a/security/qtfw/files/patch-configure b/security/qtfw/files/patch-configure index 11bf6ed..28b9010 100644 --- a/security/qtfw/files/patch-configure +++ b/security/qtfw/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Tue Jan 8 21:54:19 2002 -+++ configure Tue Jan 8 21:56:06 2002 +--- configure.orig Fri Jan 11 19:39:32 2002 ++++ configure Fri Jan 11 19:40:17 2002 @@ -790,7 +790,7 @@ QT_LIB_DIR=NO @@ -21,3 +21,26 @@ do if test -r "$i/$j"; then l_dir=$i +@@ -850,22 +850,6 @@ + for base_dir in /usr/X11R6 /usr/local /usr;do + l_dir=`find $base_dir -name "libqt*.so"|$AWK -F "/" '{gsub($NF,"");print}'|head -n 1` + i_dir=`find $base_dir -name "qapplication.h"|$AWK -F "/" '{gsub($NF,"");print}'|head -n 1` +- +- +-echo '#include <qglobal.h>' >libtestprg.cpp +-echo 'int main(){qVersion();return 0;}' >>libtestprg.cpp +-if $CXX -o libtestprg.out libtestprg.cpp -I$i_dir -L$l_dir -lqt 2>/dev/null +-then +- rm -r libtestprg.* +- LIB_QT=qt +- QT_INCLUDE_DIR=$i_dir +- QT_LIB_DIR=$l_dir +- echo "$ac_t""link with: $LIB_QT includes: $QT_INCLUDE_DIR libs: $QT_LIB_DIR" 1>&6;break 1 +-else +- rm -r libtestprg.* +- +-fi +- + + + echo '#include <qglobal.h>' >libtestprg.cpp |