mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
7c7090bbd4
PR: 14219 Submitted by: Ade Lovett <ade@lovett.com>
22 lines
405 B
Plaintext
22 lines
405 B
Plaintext
--- 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
|
|
-#include <endian.h>
|
|
+#include <machine/endian.h>
|
|
#endif
|
|
#endif
|
|
#ifndef BIG_ENDIAN
|
|
@@ -288,6 +288,9 @@
|
|
#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
|
|
|