summaryrefslogtreecommitdiff
path: root/finance/qhacc/files/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'finance/qhacc/files/patch-ab')
-rw-r--r--finance/qhacc/files/patch-ab35
1 files changed, 28 insertions, 7 deletions
diff --git a/finance/qhacc/files/patch-ab b/finance/qhacc/files/patch-ab
index c6fc49934823..7c0cdb9e3eff 100644
--- a/finance/qhacc/files/patch-ab
+++ b/finance/qhacc/files/patch-ab
@@ -1,11 +1,32 @@
---- configure.orig Mon Aug 21 05:14:11 2000
-+++ configure Wed Sep 13 20:51:38 2000
-@@ -1255,7 +1255,7 @@
+--- configure.orig Sat Sep 30 10:54:43 2000
++++ configure Wed Nov 15 04:56:52 2000
+@@ -1215,7 +1215,7 @@
- for dir in $with_qt
+ for dir in $with_qt_moc
do
-- if test -f $dir/lib/libqt.so.2
+- if test -f $dir/bin/moc
++ if test -f $dir/bin/moc2
+ then
+ qtmoc=$dir/bin
+ echo "found in $qtmoc"
+@@ -1252,7 +1252,7 @@
+
+ for dir in $with_qt_libs
+ do
+- if test -f $dir/lib/libqt.so.2 -o "$dir/lib/libqt.so.2.*" != "$dir/lib/libqt.so.2.\*"
+ if test -f $dir/lib/libqt2.so
then
- qthome=$dir
- echo "found in $dir"
+ qtlibs=$dir/lib
+ echo "found in $qtlibs"
+@@ -1289,9 +1289,9 @@
+
+ for dir in $with_qt_incs
+ do
+- if test -f $dir/include/qnamespace.h
++ if test -f $dir/include/qt2/qnamespace.h
+ then
+- qtincs=$dir/include
++ qtincs=$dir/include/qt2
+ echo "found in $qtincs"
+ break
+ fi