summaryrefslogtreecommitdiff
path: root/net-im/licq/files/patch-ae
diff options
context:
space:
mode:
authorBrian Feldman <green@FreeBSD.org>2000-08-09 20:00:49 +0000
committerBrian Feldman <green@FreeBSD.org>2000-08-09 20:00:49 +0000
commit0c5235d255d9bee9d82fc278a7473df8ef3f00e2 (patch)
tree3e75c9302fd40c920b7474ac12a8ee2bdd610041 /net-im/licq/files/patch-ae
parentUpdate to 0.6.1. (diff)
Get rid of the patch to qt-gui's "configure" and replace it with
patching "configure.in" and "aclocal.m4". Disable XScreenSaver support in the QT GUI since libXss is not a shared library in any version of X we have.
Diffstat (limited to '')
-rw-r--r--net-im/licq/files/patch-ae41
1 files changed, 41 insertions, 0 deletions
diff --git a/net-im/licq/files/patch-ae b/net-im/licq/files/patch-ae
new file mode 100644
index 000000000000..ce5e40b135cc
--- /dev/null
+++ b/net-im/licq/files/patch-ae
@@ -0,0 +1,41 @@
+--- plugins/qt-gui/aclocal.m4.orig Tue Jul 11 18:54:25 2000
++++ plugins/qt-gui/aclocal.m4 Wed Aug 9 14:53:40 2000
+@@ -59,7 +59,7 @@
+ fi
+
+ for qt_dir in $qt_library_dirs; do
+- for qt_check_lib in $qt_dir/libqt.so.2; do
++ for qt_check_lib in $qt_dir/libqt2.so.3; do
+ if test -r $qt_check_lib; then
+ ac_qt_libraries=$qt_dir
+ break 2
+@@ -79,17 +79,12 @@
+ else
+ have_qt_lib="yes"
+ dnl Check if we have the right lib
+- output=`eval "strings $ac_cv_lib_qtlib/libqt.so | grep -l QCString"`
++ output=`eval "strings $ac_cv_lib_qtlib/libqt2.so | grep -l QCString"`
+ if test -z "$output"; then
+ AC_MSG_ERROR([
+ The Qt lib directory "$ac_cv_lib_qtlib"
+ found by configure doesn't contain a Qt 2.1.x library.
+
+- To overcome special features of the GNU ld (aka bugs), the
+- libqt.so file _needs_ to point to libqt.so.2 which needs
+- to point to a Qt 2.1 library.
+- (this is only needed during compiling and linking, not at runtime)
+-
+ Please check your installation.
+
+ Use the --with-qt-libraries option if we found the wrong Qt lib.
+@@ -196,8 +191,8 @@
+
+ AC_PATH_PROG(
+ MOC,
+- moc,
+- $QTDIR/bin/moc,
++ moc2,
++ $QTDIR/bin/moc2,
+ $QTDIR/bin:/usr/lib/qt2/bin:/usr/bin:/usr/X11R6/bin:/usr/lib/qt/bin:/usr/local/qt/bin:$PATH
+ )
+ else