diff options
author | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-05-06 23:23:24 +0000 |
---|---|---|
committer | TAKATSU Tomonari <tota@FreeBSD.org> | 2011-05-06 23:23:24 +0000 |
commit | cc949312f5f8e9595ca3bf5e7256b6b2ebe02ae0 (patch) | |
tree | 430913c78cec698d11fb0ebf0a0c202a496db502 /math/PDL/files/patch-gg | |
parent | a687efca7ba68dce78129c159198d6d0ba512393 (diff) |
Notes
Diffstat (limited to 'math/PDL/files/patch-gg')
-rw-r--r-- | math/PDL/files/patch-gg | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/math/PDL/files/patch-gg b/math/PDL/files/patch-gg deleted file mode 100644 index 0177b9bd2496..000000000000 --- a/math/PDL/files/patch-gg +++ /dev/null @@ -1,12 +0,0 @@ ---- Basic/Math/mconf.h.orig Wed Sep 25 00:57:31 2002 -+++ Basic/Math/mconf.h Wed Sep 25 00:58:06 2002 -@@ -89,7 +89,9 @@ - #endif - #if defined __alpha && ! defined __linux - #include <float.h> -+#ifndef __FreeBSD__ - #include <nan.h> -+#endif - #endif - #ifndef NANARG - #define NANARG |