mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
ab47333398
PR: 30044 Submitted by: Ports Fury
30 lines
624 B
Plaintext
30 lines
624 B
Plaintext
--- 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"
|