summaryrefslogtreecommitdiff
path: root/time/sunbird/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'time/sunbird/patches/patch-ab')
-rw-r--r--time/sunbird/patches/patch-ab27
1 files changed, 9 insertions, 18 deletions
diff --git a/time/sunbird/patches/patch-ab b/time/sunbird/patches/patch-ab
index e3b52867f76..d3878fa6198 100644
--- a/time/sunbird/patches/patch-ab
+++ b/time/sunbird/patches/patch-ab
@@ -1,16 +1,16 @@
-$NetBSD: patch-ab,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
+$NetBSD: patch-ab,v 1.2 2006/06/07 19:29:59 ghen Exp $
---- configure.in.orig 2006-02-02 16:55:58.000000000 +0100
+--- configure.in.orig 2006-06-07 17:51:37.000000000 +0200
+++ configure.in
-@@ -1359,7 +1359,6 @@ case "$target" in
+@@ -1489,7 +1489,6 @@ case "$target" in
DSO_LDOPTS=''
STRIP="$STRIP -x -S"
_PLATFORM_DEFAULT_TOOLKIT='mac'
- MOZ_ENABLE_POSTSCRIPT=
+ TARGET_NSPR_MDCPUCFG='\"md/_darwin.cfg\"'
# set MACOSX to generate lib/mac/MoreFiles/Makefile
MACOSX=1
-
-@@ -1400,6 +1399,9 @@ case "$target" in
+@@ -1522,6 +1521,9 @@ case "$target" in
# MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive'
# MKSHLIB_UNFORCE_ALL=''
# fi
@@ -20,7 +20,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
;;
*-hpux*)
-@@ -1583,7 +1585,6 @@ case "$target" in
+@@ -1705,7 +1707,6 @@ case "$target" in
BIN_SUFFIX='.exe'
USE_SHORT_LIBNAME=1
MOZ_ENABLE_COREXFONTS=
@@ -28,7 +28,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
MOZ_USER_DIR="Mozilla"
;;
-@@ -1801,6 +1802,14 @@ case "$target" in
+@@ -1952,6 +1953,14 @@ case "$target" in
fi
MKSHLIB='$(CXX) $(CXXFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-soname,lib$(LIBRARY_NAME)$(DLL_SUFFIX) -o $@'
MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_CFLAGS) $(DSO_LDOPTS) -Wl,-soname,lib$(LIBRARY_NAME)$(DLL_SUFFIX) -o $@'
@@ -43,7 +43,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
;;
*-nto*)
-@@ -1841,6 +1850,13 @@ case "$target" in
+@@ -1992,6 +2001,13 @@ case "$target" in
if test "$LIBRUNPATH"; then
DSO_LDOPTS="-R$LIBRUNPATH $DSO_LDOPTS"
fi
@@ -57,16 +57,7 @@ $NetBSD: patch-ab,v 1.1.1.1 2006/02/05 21:56:24 ghen Exp $
;;
*-openvms*)
-@@ -2032,7 +2048,7 @@ dnl the qsort routine under solaris is f
- MKCSHLIB='$(CC) $(CFLAGS) $(DSO_PIC_FLAGS) -G -Wl,-z -Wl,muldefs -h $@ -o $@'
- MKSHLIB_FORCE_ALL='-Qoption ld -z,allextract'
- MKSHLIB_UNFORCE_ALL=''
-- DSO_LDOPTS='-G -Qoption ld -z,muldefs'
-+ DSO_LDOPTS='-G -z muldefs'
- AR_LIST="$AR t"
- AR_EXTRACT="$AR x"
- AR_DELETE="$AR d"
-@@ -5369,7 +5385,7 @@ dnl ====================================
+@@ -5929,7 +5945,7 @@ dnl ====================================
dnl = Enable code optimization. ON by default.
dnl ========================================================
if test -z "$MOZ_OPTIMIZE_FLAGS"; then