summaryrefslogtreecommitdiff
path: root/finance/qhacc/files/patch-ab
diff options
context:
space:
mode:
authorDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-10-19 14:01:17 +0000
committerDavid W. Chapman Jr. <dwcjr@FreeBSD.org>2001-10-19 14:01:17 +0000
commitf0710f6344c608cd1db4a20456f962d3e1514fa0 (patch)
treef25cb68e804743bfd068527db69b069fe1109b86 /finance/qhacc/files/patch-ab
parentchange MASTER_SITES (diff)
Update to 1.1
PR: 31301 Submitted by: tkato@prontomail.com
Diffstat (limited to 'finance/qhacc/files/patch-ab')
-rw-r--r--finance/qhacc/files/patch-ab29
1 files changed, 0 insertions, 29 deletions
diff --git a/finance/qhacc/files/patch-ab b/finance/qhacc/files/patch-ab
deleted file mode 100644
index 57dadabd97ec..000000000000
--- a/finance/qhacc/files/patch-ab
+++ /dev/null
@@ -1,29 +0,0 @@
---- configure.orig Tue Aug 14 01:21:28 2001
-+++ configure Sat Aug 18 23:45:43 2001
-@@ -2197,7 +2197,7 @@
-
- for dir in $with_qt_moc
- do
-- if test -f $dir/moc
-+ if test -f $dir/moc2
- then
- qtmoc=$dir
- echo "found in $qtmoc"
-@@ -2231,7 +2231,7 @@
-
- for dir in $with_qt_libs
- do
-- if test -f $dir/libqt.so.2 -o "$dir/libqt.so.2.*" != "$dir/libqt.so.2.\*"
-+ if test -f $dir/libqt.so
- then
- qtlibs=$dir
- echo "found in $qtlibs"
-@@ -2265,7 +2265,7 @@
-
- for dir in $with_qt_incs
- do
-- if test -f $dir/qnamespace.h
-+ if test -f $dir/qt2/qnamespace.h
- then
- qtincs=$dir
- echo "found in $qtincs"