diff options
Diffstat (limited to 'time/sunbird/patches/patch-ac')
-rw-r--r-- | time/sunbird/patches/patch-ac | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/time/sunbird/patches/patch-ac b/time/sunbird/patches/patch-ac index bfa0cb5b10c..5b2ef8be79b 100644 --- a/time/sunbird/patches/patch-ac +++ b/time/sunbird/patches/patch-ac @@ -1,8 +1,16 @@ -$NetBSD: patch-ac,v 1.2 2006/06/07 19:29:59 ghen Exp $ +$NetBSD: patch-ac,v 1.3 2006/06/27 11:11:52 joerg Exp $ ---- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-06-07 17:51:56.000000000 +0200 +--- xpcom/reflect/xptcall/src/md/unix/Makefile.in.orig 2006-03-28 20:03:49.000000000 +0000 +++ xpcom/reflect/xptcall/src/md/unix/Makefile.in -@@ -69,6 +69,9 @@ ifeq (Darwin,$(OS_ARCH)) +@@ -62,13 +62,16 @@ include $(topsrcdir)/config/config.mk + # + # Lots of Unixish x86 flavors + # +-ifneq (,$(filter FreeBSD NetBSD OpenBSD BSD_OS Darwin,$(OS_ARCH))) ++ifneq (,$(filter DragonFly FreeBSD NetBSD OpenBSD BSD_OS Darwin,$(OS_ARCH))) + ifeq (86,$(findstring 86,$(OS_TEST))) + CPPSRCS := xptcinvoke_unixish_x86.cpp xptcstubs_unixish_x86.cpp + ifeq (Darwin,$(OS_ARCH)) DEFINES += -DKEEP_STACK_16_BYTE_ALIGNED endif endif |