pkgsrc/devel/xulrunner/patches/patch-mi
tnn a14b596750 Import xulrunner-1.9.1 as devel/xulrunner.
XULRunner is a runtime environment for applications using the
XML User Interface Language, XUL. It is the successor of the "Gecko"
runtime environment.
2009-08-05 02:59:46 +00:00

15 lines
595 B
Text

$NetBSD: patch-mi,v 1.1.1.1 2009/08/05 02:59:48 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.