aboutsummaryrefslogtreecommitdiffstats
path: root/security/qtfw
diff options
context:
space:
mode:
authorpat <pat@FreeBSD.org>2002-04-10 11:06:58 +0800
committerpat <pat@FreeBSD.org>2002-04-10 11:06:58 +0800
commit5dd44de50bceca4bf739a5f391b402bb555f1f9c (patch)
tree04c88907a64b00f29cac780b08f78cf9339a0af9 /security/qtfw
parentc23909c0fe33c399f7c7e1825cfef026029f16e1 (diff)
downloadfreebsd-ports-gnome-5dd44de50bceca4bf739a5f391b402bb555f1f9c.tar.gz
freebsd-ports-gnome-5dd44de50bceca4bf739a5f391b402bb555f1f9c.tar.zst
freebsd-ports-gnome-5dd44de50bceca4bf739a5f391b402bb555f1f9c.zip
Fix another case when build breaks when qt versions 1 and 2 coexist
Diffstat (limited to 'security/qtfw')
-rw-r--r--security/qtfw/files/patch-configure13
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`