From 0c13254f97dc78cb4201221b6459172416cc35b7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 1 Oct 2010 18:52:21 +0000 Subject: - Update to 20.04p09 - Pass maintainership to Paul B Mahol Submitted by: Paul B Mahol (by email) --- graphics/xfractint/files/patch-headers__port.h | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 graphics/xfractint/files/patch-headers__port.h (limited to 'graphics/xfractint/files/patch-headers__port.h') diff --git a/graphics/xfractint/files/patch-headers__port.h b/graphics/xfractint/files/patch-headers__port.h new file mode 100644 index 000000000000..a1d227fde511 --- /dev/null +++ b/graphics/xfractint/files/patch-headers__port.h @@ -0,0 +1,20 @@ +--- ./headers/port.h.orig 2008-02-17 17:26:16.000000000 -0500 ++++ ./headers/port.h 2010-01-27 13:52:46.000000000 -0500 +@@ -44,7 +44,7 @@ + /* If endian.h is not present, it can be handled in the code below, */ + /* but if you have this file, it can make it more fool proof. */ + #if (defined(XFRACT) && !defined(__sun)) +-#if defined(sgi) ++#if defined(sgi) || defined(__FreeBSD__) + #include + #else + #include +@@ -319,7 +319,7 @@ + /* HP-UX support long doubles and allows them to be read in with */ + /* scanf(), but does not support the functions sinl, cosl, fabsl, etc. */ + /* CAE added this 26Jan95 so it would compile (altered by Wes to new macro) */ +-#ifdef _HPUX_SOURCE ++#if defined _HPUX_SOURCE || defined (__FreeBSD__) + #define DO_NOT_USE_LONG_DOUBLE + #endif + -- cgit v1.2.3