head 1.2; access; symbols pkgsrc-2013Q2:1.2.0.8 pkgsrc-2013Q2-base:1.2 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2011Q4:1.2.0.4 pkgsrc-2011Q4-base:1.2 pkgsrc-2011Q2:1.2.0.2 pkgsrc-2011Q2-base:1.2 pkgsrc-2010Q1:1.1.1.1.0.4 pkgsrc-2010Q1-base:1.1.1.1 pkgsrc-2009Q4:1.1.1.1.0.2 pkgsrc-2009Q4-base:1.1.1.1 pkgsrc-base:1.1.1.1 TNF:1.1.1; locks; strict; comment @# @; 1.2 date 2010.04.21.16.59.29; author tnn; state dead; branches; next 1.1; 1.1 date 2009.11.28.21.59.55; author tnn; state Exp; branches 1.1.1.1; next ; 1.1.1.1 date 2009.11.28.21.59.55; author tnn; state Exp; branches; next ; desc @@ 1.2 log @remove thunderbird2. Mozilla says no more 2.x releases planned. @ text @$NetBSD: patch-ab,v 1.1 2009/11/28 21:59:55 tnn Exp $ --- configure.in.orig 2008-10-19 19:14:06 +0300 +++ configure.in 2009-05-02 09:52:59 +0300 @@@@ -1532,7 +1532,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 @@@@ -1551,7 +1550,7 @@@@ case "$target" in LDFLAGS=$_SAVE_LDFLAGS ;; -*-freebsd*) +*-freebsd* | *-dragonfly*) if test `test -x /usr/bin/objformat && /usr/bin/objformat || echo aout` != "elf"; then DLL_SUFFIX=".so.1.0" DSO_LDOPTS="-shared" @@@@ -1565,6 +1564,9 @@@@ case "$target" in # MKSHLIB_FORCE_ALL='-Wl,-Bforcearchive' # MKSHLIB_UNFORCE_ALL='' # fi + if test "$LIBRUNPATH"; then + DSO_LDOPTS="-Wl,-R$LIBRUNPATH $DSO_LDOPTS" + fi ;; *-hpux*) @@@@ -2235,7 +2237,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" @@@@ -2749,6 +2751,9 @@@@ dnl ==================================== case $target in *-hpux11.*) ;; +*-dragonfly*) + AC_CHECK_LIB(c, gethostbyname_r) + ;; *) AC_CHECK_LIB(c_r, gethostbyname_r) ;; @@@@ -2946,7 +2951,7 @@@@ then fi case "$target" in - *-*-freebsd*) + *-*-freebsd* | *-*-dragonfly*) AC_DEFINE(_REENTRANT) AC_DEFINE(_THREAD_SAFE) dnl -pthread links in -lc_r, so don't specify it explicitly. @@@@ -5714,7 +5719,7 @@@@ dnl ==================================== dnl = Enable code optimization. ON by default. dnl ======================================================== if test -z "$MOZ_OPTIMIZE_FLAGS"; then - MOZ_OPTIMIZE_FLAGS="-O" + MOZ_OPTIMIZE_FLAGS="" fi MOZ_ARG_ENABLE_STRING(optimize, @ 1.1 log @Initial revision @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.11 2009/05/02 07:51:03 hasso Exp $ @ 1.1.1.1 log @Re-import mail/thunderbird as mail/thunderbird2 to let mail/thunderbird become the natural upgrade path to thunderbird 3.0. @ text @@