Fix another case when build breaks when qt versions 1 and 2 coexist
This commit is contained in:
parent
43dba690a5
commit
ddc479d484
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=57514
1 changed files with 11 additions and 2 deletions
|
@ -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`
|
||||
|
|
Loading…
Reference in a new issue