diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 16:09:49 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-07 16:09:49 +0000 |
commit | 0f15446dffdf5cc4848e6012689fd68bee3f8b41 (patch) | |
tree | f9acaf5d1f58fcc597d9bff95d5f17577fb490c3 /graphics/xfractint/files/patch-ab | |
parent | - Fix pkg-plist (diff) |
- Fix build on -current
PR: 60011
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=95270
Diffstat (limited to 'graphics/xfractint/files/patch-ab')
-rw-r--r-- | graphics/xfractint/files/patch-ab | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/graphics/xfractint/files/patch-ab b/graphics/xfractint/files/patch-ab deleted file mode 100644 index 8baa4a66376e..000000000000 --- a/graphics/xfractint/files/patch-ab +++ /dev/null @@ -1,21 +0,0 @@ ---- 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 - |