summaryrefslogtreecommitdiff
path: root/www/seamonkey/files
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-01-29 08:51:39 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-01-29 08:51:39 +0000
commita22b197f2228827860e69d2a199a6ccb94bae647 (patch)
tree09e0ac357716094d2b6bb456f0854fe481fa09cf /www/seamonkey/files
parentAdd plp. (diff)
Update to M13. Gentlemen, start your T1s.
Notes
Notes: svn path=/head/; revision=25236
Diffstat (limited to 'www/seamonkey/files')
-rw-r--r--www/seamonkey/files/patch-qt23
1 files changed, 17 insertions, 6 deletions
diff --git a/www/seamonkey/files/patch-qt b/www/seamonkey/files/patch-qt
index 352c6117ddc3..7135dbc3f2a9 100644
--- a/www/seamonkey/files/patch-qt
+++ b/www/seamonkey/files/patch-qt
@@ -1,8 +1,19 @@
-This patch is not neccessary, since the Qt support in Mozilla appears
-broken anyway (Perhaps, it needs Qt-2?). But it should stir the
-configure to the right direction...
---- configure.orig Tue Sep 28 17:46:31 1999
-+++ configure Mon Oct 11 15:12:52 1999
-@@ -5342 +5342 @@
+--- configure.orig Tue Jan 18 04:16:15 2000
++++ configure Fri Jan 28 23:28:19 2000
+@@ -5403,7 +5403,7 @@
+ echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
+ echo "configure:5405: checking for Qt insanity" >&5
+
- QT_CFLAGS="-I${QTDIR}/include/qt"
+ QT_CFLAGS="-I${QTDIR}/include/X11/qt"
+ QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
+
+ # Check whether --with-static-qt or --without-static-qt was given.
+@@ -6683,6 +6683,7 @@
+ echo "$ac_t""no" 1>&6
+ fi
+
++CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
+ for ac_hdr in sys/byteorder.h compat.h getopt.h
+ do
+ ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`