pkgsrc/devel/xulrunner192/patches/patch-mi
tnn ff57234978 Re-import previous version of Firefox, because firefox-4.0 won't
work for some users (sparc64 support, for example, is busted and
won't appear again until firefox-5.0).
2011-04-19 11:16:02 +00:00

15 lines
595 B
Text

$NetBSD: patch-mi,v 1.1.1.1 2011/04/19 11:16:08 tnn Exp $
Add DragonFly support.
--- config/config.mk.orig 2009-06-29 18:14:41.000000000 +0200
+++ config/config.mk
@@ -133,7 +133,7 @@ endif
# but save the version to allow multiple versions of the same base
# platform to be built in the same tree.
#
-ifneq (,$(filter FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
+ifneq (,$(filter DragonFly FreeBSD HP-UX IRIX Linux NetBSD OpenBSD OSF1 SunOS,$(OS_ARCH)))
OS_RELEASE := $(basename $(OS_RELEASE))
# Allow the user to ignore the OS_VERSION, which is usually irrelevant.