aboutsummaryrefslogtreecommitdiff
path: root/www/seamonkey2/files/patch-qt
diff options
context:
space:
mode:
Diffstat (limited to 'www/seamonkey2/files/patch-qt')
-rw-r--r--www/seamonkey2/files/patch-qt50
1 files changed, 0 insertions, 50 deletions
diff --git a/www/seamonkey2/files/patch-qt b/www/seamonkey2/files/patch-qt
deleted file mode 100644
index ba6cdced59b7..000000000000
--- a/www/seamonkey2/files/patch-qt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-$FreeBSD$
-
---- configure.orig Wed Jul 25 08:44:09 2001
-+++ configure Sat Aug 4 11:18:33 2001
-@@ -6528,7 +6528,7 @@
- echo "$ac_t""$HOST_MOC" 1>&6
- MOC=$HOST_MOC
-
-- QT_CFLAGS="-I${QTDIR}${QTINCDIR} -DQT_GENUINE_STR"
-+ QT_CFLAGS="-I${QTDIR}/include/X11/qt -DQT_GENUINE_STR"
- QT_LIBS="-L/usr/X11R6/lib -L${QTDIR}/lib -lqt -lXext -lX11"
-
- # Check whether --with-static-qt or --without-static-qt was given.
-@@ -8587,6 +8587,9 @@
- os2*)
- LIBS=
- ;;
-+freebsd*)
-+ CPPFLAGS="${CPPFLAGS} ${X_CFLAGS}"
-+ ;;
- esac
- for ac_hdr in sys/byteorder.h compat.h getopt.h
- do
-@@ -9316,8 +9319,6 @@
- if test $? -eq 0; then
- if test -z "`egrep -i '(unrecognize|unknown)' conftest.out | grep pthread`" && test -z "`egrep -i '(error|incorrect)' conftest.out`" ; then
- ac_cv_have_dash_pthread=yes
-- CFLAGS="$CFLAGS -pthread"
-- CXXFLAGS="$CXXFLAGS -pthread"
- fi
- fi
- rm -f conftest*
-@@ -9351,7 +9352,7 @@
- EOF
-
- if test "$ac_cv_have_dash_pthread" = "yes"; then
-- _PTHREAD_LDFLAGS=""
-+ _PTHREAD_LDFLAGS="-pthread"
- else
- _PTHREAD_LDFLAGS="-lc_r"
- fi
-@@ -13701,6 +13702,7 @@
- ;;
- *)
- 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
- ;;
- esac