summaryrefslogtreecommitdiff
path: root/www/mozilla-devel/files/patch-qt
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2002-02-15 18:44:15 +0000
committerJeremy Lea <reg@FreeBSD.org>2002-02-15 18:44:15 +0000
commit6976db798b4b6515232efb9400018053cc2d2101 (patch)
tree71663c5e28622b0013a098c6ff269d888e3ce9d7 /www/mozilla-devel/files/patch-qt
parentUpdate to 1.0.7.2 (diff)
Clean up this port, including GCing old configure options and making patches
more acceptable to mozilla.org. Hopefully these will make it into 0.9.9. Add a hack to minimise the number of files extracted. Merge in the patches from the mozilla+ipv6 port. Submitted by: sumikawa (mozilla+ipv6)
Notes
Notes: svn path=/head/; revision=54761
Diffstat (limited to 'www/mozilla-devel/files/patch-qt')
-rw-r--r--www/mozilla-devel/files/patch-qt8
1 files changed, 0 insertions, 8 deletions
diff --git a/www/mozilla-devel/files/patch-qt b/www/mozilla-devel/files/patch-qt
index a7c925a72023..05596784fcfe 100644
--- a/www/mozilla-devel/files/patch-qt
+++ b/www/mozilla-devel/files/patch-qt
@@ -40,11 +40,3 @@ $FreeBSD$
QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
# Check whether --with-static-qt or --without-static-qt was given.
-@@ -13711,6 +13712,7 @@
- echo "configure: warning: Recreating autoconf.mk with updated nspr-config output" 1>&2
- if test ! "$VACPP" && test -z "$_WIN32_MSVC"; then
- NSPR_LIBS=`./nsprpub/config/nspr-config --prefix=$MOZ_BUILD_ROOT/dist --exec-prefix=$MOZ_BUILD_ROOT/dist --libs`
-+ NSPR_LIBS="$NSPR_LIBS $BSD_PTHREAD_LIBS"
- $PERL -pi.bak -e "s {^NSPR_LIBS\s*=.*} {NSPR_LIBS = $NSPR_LIBS }" config/autoconf.mk
- fi
- if test -z "$_WIN32_MSVC"; then