1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/misc/qhacc/files/patch-ab
Kevin Lo 96a0bdf09c Update to version 0.6.2
PR: 22892
Submitted by: Ports Fury
2000-11-17 14:59:51 +00:00

33 lines
725 B
Plaintext

--- 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_moc
do
- 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
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