1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/graphics/xfractint/files/patch-ab

22 lines
405 B
Plaintext
Raw Normal View History

--- port.h.orig Mon Sep 6 10:38:10 1999
+++ port.h Fri Oct 8 18:19:32 1999
@@ -45,7 +45,7 @@
#if defined(sgi)
#include <sys/endian.h>
#else
1997-10-07 11:48:49 +00:00
-#include <endian.h>
+#include <machine/endian.h>
#endif
1997-10-07 11:48:49 +00:00
#endif
#ifndef BIG_ENDIAN
@@ -288,6 +288,9 @@
1997-10-07 11:48:49 +00:00
#define DO_NOT_USE_LONG_DOUBLE
#endif
#ifdef sun
+#define DO_NOT_USE_LONG_DOUBLE
+#endif
+#ifdef __FreeBSD__
#define DO_NOT_USE_LONG_DOUBLE
#endif