diff options
author | marcus <marcus@FreeBSD.org> | 2002-05-10 21:08:15 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-05-10 21:08:15 +0000 |
commit | 74ccbec25adf893488832df78650e7980d9699c9 (patch) | |
tree | d5ae56bc3c2d0218b1beaba9ae36e5dd32d3fb8b /www/seamonkey2 | |
parent | 4ca98064b997ece637beee55921e9115ef69d7b4 (diff) | |
download | FreeBSD-ports-74ccbec25adf893488832df78650e7980d9699c9.zip FreeBSD-ports-74ccbec25adf893488832df78650e7980d9699c9.tar.gz |
Whoops, commit the patch, not just the skeleton Makefile.
Diffstat (limited to 'www/seamonkey2')
-rw-r--r-- | www/seamonkey2/files/patch-qt | 31 |
1 files changed, 23 insertions, 8 deletions
diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt index 660fc6e..985984b 100644 --- a/www/seamonkey2/files/patch-qt +++ b/www/seamonkey2/files/patch-qt @@ -1,9 +1,6 @@ - -$FreeBSD$ - ---- configure.orig Thu Mar 7 07:56:55 2002 -+++ configure Tue Mar 12 17:15:06 2002 -@@ -6279,6 +6279,9 @@ +--- configure.orig Fri May 10 17:05:47 2002 ++++ configure Fri May 10 17:06:17 2002 +@@ -6256,6 +6256,9 @@ # for stuff like -lXshm CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}" ;; @@ -13,7 +10,7 @@ $FreeBSD$ esac for ac_hdr in sys/byteorder.h compat.h getopt.h do -@@ -7512,7 +7515,7 @@ +@@ -7489,7 +7492,7 @@ EOF if test "$ac_cv_have_dash_pthread" = "yes"; then @@ -22,7 +19,7 @@ $FreeBSD$ else _PTHREAD_LDFLAGS="-lc_r" fi -@@ -9954,7 +9957,7 @@ +@@ -9927,7 +9930,7 @@ fi MOC=$HOST_MOC @@ -31,3 +28,21 @@ $FreeBSD$ QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11" # Check whether --with-static-qt or --without-static-qt was given. +@@ -10796,7 +10799,7 @@ + + + +-MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector irc" ++MOZ_EXTENSIONS_DEFAULT=" cookie wallet content-packs xml-rpc xmlextras help pref transformiix venkman inspector" + + case "$target_os" in + msvc*|mksnt*|mingw*|cygwin*) +@@ -10808,7 +10811,7 @@ + MOZ_EXTENSIONS_DEFAULT="$MOZ_EXTENSIONS_DEFAULT ctl" + fi + +-MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT xmlterm access-builtin ctl p3p interfaceinfo" ++MOZ_EXTENSIONS_ALL="$MOZ_EXTENSIONS_DEFAULT irc xmlterm access-builtin ctl p3p interfaceinfo" + + # Check whether --enable-extensions or --disable-extensions was given. + if test "${enable_extensions+set}" = set; then |