diff options
author | reg <reg@FreeBSD.org> | 2000-04-21 10:36:52 +0800 |
---|---|---|
committer | reg <reg@FreeBSD.org> | 2000-04-21 10:36:52 +0800 |
commit | 19a276b9a3b663ae13f305d39135d7289cd1f670 (patch) | |
tree | 013eefb6001c1457020f9fcb842b0f96c39e7b4f /www/seamonkey2/files | |
parent | 4f6bd78c2cbf78993748771ace176efd80e40d30 (diff) | |
download | freebsd-ports-gnome-19a276b9a3b663ae13f305d39135d7289cd1f670.tar.gz freebsd-ports-gnome-19a276b9a3b663ae13f305d39135d7289cd1f670.tar.zst freebsd-ports-gnome-19a276b9a3b663ae13f305d39135d7289cd1f670.zip |
Update to M15.
Diffstat (limited to 'www/seamonkey2/files')
-rw-r--r-- | www/seamonkey2/files/patch-qt | 24 |
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_%'` |