pkgsrc/www/firefox/patches/patch-aq
ghen 800ce59e41 Update to Firefox 2.0.0.3 (nb1), from www/firefox2* (see there for history
and change notes).  Firefox 1.5.0.x will be maintained in www/firefox15*,
as discussed on tech-pkg.
2007-05-12 13:53:07 +00:00

41 lines
1.1 KiB
Text

$NetBSD: patch-aq,v 1.5 2007/05/12 13:53:08 ghen Exp $
diff -ruN ../Orig/mozilla/directory/c-sdk/configure.in ./directory/c-sdk/configure.in
--- ../Orig/mozilla/directory/c-sdk/configure.in 2005-06-15 06:27:33.000000000 +0900
+++ ./directory/c-sdk/configure.in 2005-12-04 19:07:54.000000000 +0900
@@ -54,7 +54,7 @@
USE_CPLUS=
USE_IPV6=
USE_MDUPDATE=
-_OPTIMIZE_FLAGS=-O
+_OPTIMIZE_FLAGS=
_DEBUG_FLAGS=-g
MOZ_DEBUG=1
MOZ_OPTIMIZE=
@@ -907,7 +907,7 @@
PR_MD_CSRCS=dgux.c
;;
-*-freebsd*)
+*-freebsd*|*-dragonfly*)
if test -z "$USE_NSPR_THREADS"; then
USE_PTHREADS=1
fi
@@ -2061,7 +2061,7 @@
_PTHREAD_LDFLAGS=
fi
;;
- *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*)
+ *-freebsd*|*-openbsd*|*-bsdi*|*-netbsd*|*-dragonfly*)
AC_DEFINE(_THREAD_SAFE)
dnl -pthread links in -lc_r, so don't specify it explicitly.
if test "$ac_cv_have_dash_pthread" = "yes"; then
@@ -2114,7 +2114,7 @@
AC_DEFINE(_PR_NEED_PTHREAD_INIT)
fi
;;
-*-freebsd*)
+*-freebsd*|*-dragonfly*)
if test -n "$USE_NSPR_THREADS"; then
AC_DEFINE(_PR_LOCAL_THREADS_ONLY)
fi