pkgsrc/www/firefox/patches/patch-dt
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

14 lines
562 B
Text

$NetBSD: patch-dt,v 1.3 2007/05/12 13:53:11 ghen Exp $
diff -ruN ../Orig/mozilla/directory/c-sdk/config/arch.mk ./directory/c-sdk/config/arch.mk
--- ../Orig/mozilla/directory/c-sdk/config/arch.mk 2002-03-27 06:51:57.000000000 +0900
+++ ./directory/c-sdk/config/arch.mk 2005-12-04 19:45:29.000000000 +0900
@@ -138,7 +138,7 @@
# Handle FreeBSD 2.2-STABLE and Linux 2.0.30-osfmach3
#
-ifeq (,$(filter-out Linux FreeBSD,$(OS_ARCH)))
+ifeq (,$(filter-out Linux DragonFly FreeBSD,$(OS_ARCH)))
OS_RELEASE := $(shell echo "$(OS_RELEASE)" | sed 's/-.*//')
endif