summaryrefslogtreecommitdiff
path: root/www/mozilla-stable/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'www/mozilla-stable/patches/patch-ab')
-rw-r--r--www/mozilla-stable/patches/patch-ab46
1 files changed, 22 insertions, 24 deletions
diff --git a/www/mozilla-stable/patches/patch-ab b/www/mozilla-stable/patches/patch-ab
index 352c53c5451..85983fe6ffd 100644
--- a/www/mozilla-stable/patches/patch-ab
+++ b/www/mozilla-stable/patches/patch-ab
@@ -1,8 +1,16 @@
-$NetBSD: patch-ab,v 1.3 2003/11/27 23:36:42 taya Exp $
+$NetBSD: patch-ab,v 1.4 2004/12/04 03:50:40 taya Exp $
---- configure.in.orig 7 Mar 2003 21:25:31 -0000
-+++ configure.in 15 Apr 2003 14:53:02 -0000
-@@ -859,6 +859,9 @@
+--- configure.in.orig Thu May 13 17:57:46 2004
++++ configure.in
+@@ -996,7 +996,6 @@ case "$target" in
+ powerpc*)
+ _PLATFORM_DEFAULT_TOOLKIT='mac'
+ DSO_LDOPTS="$DSO_LDOPTS -arch ppc"
+- MOZ_ENABLE_POSTSCRIPT=
+ # set MACOSX to generate lib/mac/MoreFiles/Makefile
+ MACOSX=1
+ ;;
+@@ -1017,6 +1016,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -12,7 +20,7 @@ $NetBSD: patch-ab,v 1.3 2003/11/27 23:36:42 taya Exp $
;;
*-hpux*)
-@@ -1134,6 +1137,13 @@
+@@ -1308,6 +1310,13 @@ case "$target" in
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -26,22 +34,12 @@ $NetBSD: patch-ab,v 1.3 2003/11/27 23:36:42 taya Exp $
;;
*-nto*)
-@@ -1493,7 +1503,7 @@
- [siginfo_t* info;],
- [ac_cv_siginfo_t=true],
- [ac_cv_siginfo_t=false])])
--if test "$ac_cv_siginfo_t" = true ; then
-+if test "$OS_TARGET" != "NetBSD" -a "$ac_cv_siginfo_t" = true ; then
- AC_DEFINE(HAVE_SIGINFO_T)
- AC_MSG_RESULT(yes)
- else
-@@ -2037,9 +2047,6 @@
- CXXFLAGS="$CXXFLAGS -mt"
- fi
- ;;
-- *-*-netbsd*)
-- USE_PTHREADS=
-- _PTHREAD_LDFLAGS=
- esac
- fi
-
+@@ -1531,7 +1540,7 @@ dnl the qsort routine under solaris is f
+ MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -o $@'
+ MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
+ MKSHLIB_UNFORCE_ALL=''
+- DSO_LDOPTS='-G -Qoption ld -z,muldefs -h $@'
++ DSO_LDOPTS='-G -z muldefs -h $@'
+ AR_LIST="$AR t"
+ AR_EXTRACT="$AR x"
+ AR_DELETE="$AR d"