aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/qtella/files/patch-configure
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-09-17 04:44:09 +0800
committerWill Andrews <will@FreeBSD.org>2001-09-17 04:44:09 +0800
commit0174c9bcaa30d7b7eb1a30bed7e3cbf1c8fa6569 (patch)
treebf4345ee1c1ae0e761051b5f2bd77644e9057ab4 /net-p2p/qtella/files/patch-configure
parente0a0944017642887435823198c4276802ec8118e (diff)
downloadfreebsd-ports-0174c9bcaa30d7b7eb1a30bed7e3cbf1c8fa6569.tar.gz
freebsd-ports-0174c9bcaa30d7b7eb1a30bed7e3cbf1c8fa6569.tar.zst
freebsd-ports-0174c9bcaa30d7b7eb1a30bed7e3cbf1c8fa6569.zip
Add qtella 0.2.1, a Gnutella client using Qt.
PR: 30466 Submitted by: Jonathan Belson (jon@witchspace.com)
Notes
Notes: svn path=/head/; revision=47888
Diffstat (limited to 'net-p2p/qtella/files/patch-configure')
-rw-r--r--net-p2p/qtella/files/patch-configure34
1 files changed, 34 insertions, 0 deletions
diff --git a/net-p2p/qtella/files/patch-configure b/net-p2p/qtella/files/patch-configure
new file mode 100644
index 000000000000..5c52977c5aad
--- /dev/null
+++ b/net-p2p/qtella/files/patch-configure
@@ -0,0 +1,34 @@
+--- configure.orig Mon Sep 3 19:43:07 2001
++++ configure Mon Sep 3 19:43:44 2001
+@@ -1099,13 +1099,13 @@
+
+ for dir in $with_qt_moc $with_qt_dir $QTDIR /usr/local/qt /usr/lib/qt /usr/bin /bin /usr/local
+ do
+- if test -f $dir/moc
++ if test -f $dir/moc2
+ then
+ QTMOCDIR=$dir
+ echo "found in $QTMOCDIR"
+ break
+ else
+- if test -f $dir/bin/moc
++ if test -f $dir/bin/moc2
+ then
+ QTMOCDIR=$dir/bin
+ echo "found in $QTMOCDIR"
+@@ -1159,13 +1159,13 @@
+
+ for dir in $with_qt_libs $with_qt_dir $QTDIR /usr/local/qt /usr/lib/qt /usr/lib /usr/local/lib
+ do
+- if test -f $dir/libqt.so
++ if test -f $dir/libqt2.so
+ then
+ QTLIBDIR=$dir
+ echo "found in $QTLIBDIR"
+ break
+ else
+- if test -f $dir/lib/libqt.so
++ if test -f $dir/lib/libqt2.so
+ then
+ QTLIBDIR=$dir/lib
+ echo "found in $QTLIBDIR"