diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-04-10 03:06:58 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-04-10 03:06:58 +0000 |
commit | ddc479d484c6c9971c36ceac085be0ac00ca259f (patch) | |
tree | 6eda418b094174e82cdeeeaef60513863b175f71 | |
parent | Update to Vim 6.1 patchlevel 14 (diff) |
Fix another case when build breaks when qt versions 1 and 2 coexist
Notes
Notes:
svn path=/head/; revision=57514
-rw-r--r-- | security/qtfw/files/patch-configure | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/security/qtfw/files/patch-configure b/security/qtfw/files/patch-configure index 28b9010bbc7c..bbf01b8b0198 100644 --- a/security/qtfw/files/patch-configure +++ b/security/qtfw/files/patch-configure @@ -1,5 +1,5 @@ ---- configure.orig Fri Jan 11 19:39:32 2002 -+++ configure Fri Jan 11 19:40:17 2002 +--- configure.orig Tue Apr 9 22:35:07 2002 ++++ configure Tue Apr 9 22:35:17 2002 @@ -790,7 +790,7 @@ QT_LIB_DIR=NO @@ -21,6 +21,15 @@ do if test -r "$i/$j"; then l_dir=$i +@@ -814,7 +814,7 @@ + done + done + +-for i in qt qt2; ++for i in qt2; + do + + @@ -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` |