From 791f254d7e6eb2eebccd5344ba54379390b378f0 Mon Sep 17 00:00:00 2001 From: joerg Date: Thu, 12 Jan 2006 00:05:04 +0000 Subject: Add DragonFly. Be a bit nicer to CPP and add trailing \ to mask the embedded newlines. --- lang/sather/patches/patch-ba | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 lang/sather/patches/patch-ba (limited to 'lang/sather/patches/patch-ba') diff --git a/lang/sather/patches/patch-ba b/lang/sather/patches/patch-ba new file mode 100644 index 00000000000..8d322a44d31 --- /dev/null +++ b/lang/sather/patches/patch-ba @@ -0,0 +1,13 @@ +$NetBSD: patch-ba,v 1.1 2006/01/12 00:05:04 joerg Exp $ + +--- System/Common/runtime.h.orig 2006-01-11 22:04:54.000000000 +0000 ++++ System/Common/runtime.h +@@ -179,7 +179,7 @@ void rt_file_close(INT fd); + #define isnormal(f) ((int)1) /* these two are hacks esc*/ + #define issubnormal(f) ((int)0) + +-#elif defined(_AIX) || defined(SUNOS5) || defined(__NeXT__) || defined(__sgi) || defined(ALPHA) || defined(__hpux) || defined(__FreeBSD__) || defined(__alpha) || defined(__CYGWIN32__) ++#elif defined(_AIX) || defined(SUNOS5) || defined(__NeXT__) || defined(__sgi) || defined(ALPHA) || defined(__hpux) || defined(__FreeBSD__) || defined(__alpha) || defined(__CYGWIN32__) || defined(__DragonFly__) + # define FLTDEXP10(f) pow(10.0,f) + #else + # define FLTDEXP10(f) exp10(f) -- cgit v1.2.3