]> gitweb @ CieloNegro.org - pkgsrc-firefox3.git/blob - patches/patch-dr
Initial revision of the upstream www/firefox3
[pkgsrc-firefox3.git] / patches / patch-dr
1 $NetBSD: patch-dr,v 1.1.1.1 2008/06/28 10:01:07 tnn Exp $
2
3 diff -ruN ../Orig/mozilla/config/config.mk ./config/config.mk
4 --- ../Orig/mozilla/config/config.mk    2005-07-29 04:48:11.000000000 +0900
5 +++ ./config/config.mk  2005-12-04 19:45:20.000000000 +0900
6 @@ -121,7 +121,7 @@
7  # but save the version to allow multiple versions of the same base
8  # platform to be built in the same tree.
9  #
10 -ifneq (,$(filter FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
11 +ifneq (,$(filter DragonFly FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
12  OS_RELEASE     := $(basename $(OS_RELEASE))
13  
14  # Allow the user to ignore the OS_VERSION, which is usually irrelevant.