aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2/files/patch-qt
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2000-04-21 02:36:52 +0000
committerJeremy Lea <reg@FreeBSD.org>2000-04-21 02:36:52 +0000
commitbe73d7b79e6c33d2cd1a2c4a6437c5a8909ec917 (patch)
tree8eaedf71223063021b3db8b5f04f1f5ac4419116 /www/seamonkey2/files/patch-qt
parent3b2266d7ec737e4bcfdd0809a4015c5729aa3e50 (diff)
downloadports-be73d7b79e6c33d2cd1a2c4a6437c5a8909ec917.tar.gz
ports-be73d7b79e6c33d2cd1a2c4a6437c5a8909ec917.zip
Update to M15.
Notes
Notes: svn path=/head/; revision=27830
Diffstat (limited to 'www/seamonkey2/files/patch-qt')
-rw-r--r--www/seamonkey2/files/patch-qt24
1 files changed, 13 insertions, 11 deletions
diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt
index 7135dbc3f2a9..b7964a4911ff 100644
--- a/www/seamonkey2/files/patch-qt
+++ b/www/seamonkey2/files/patch-qt
@@ -1,19 +1,21 @@
---- configure.orig Tue Jan 18 04:16:15 2000
-+++ configure Fri Jan 28 23:28:19 2000
-@@ -5403,7 +5403,7 @@
+--- configure.orig Thu Apr 13 19:18:25 2000
++++ configure Thu Apr 20 09:07:57 2000
+@@ -5618,7 +5618,7 @@
echo $ac_n "checking for Qt insanity""... $ac_c" 1>&6
- echo "configure:5405: checking for Qt insanity" >&5
+ echo "configure:5620: 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}"
+@@ -7108,6 +7108,9 @@
+ case "$target_os" in
+ os2*)
+ LIBS=
++ ;;
++freebsd*)
++ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
+ ;;
+ esac
for ac_hdr in sys/byteorder.h compat.h getopt.h
- do
- ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'`