From c63852595e86df82d76236a3a951cc520b85c18e Mon Sep 17 00:00:00 2001 From: Jean-Yves Lefort Date: Mon, 25 Apr 2005 16:31:26 +0000 Subject: Fix build on amd64, ia64 and alpha. Reported by: pointyhat Approved by: maintainer --- lang/see/files/patch-libsee_dtoa__config.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/see/files/patch-libsee_dtoa__config.h (limited to 'lang/see') diff --git a/lang/see/files/patch-libsee_dtoa__config.h b/lang/see/files/patch-libsee_dtoa__config.h new file mode 100644 index 000000000000..c6dd35c905bc --- /dev/null +++ b/lang/see/files/patch-libsee_dtoa__config.h @@ -0,0 +1,11 @@ +--- libsee/dtoa_config.h.orig Mon Apr 25 18:19:54 2005 ++++ libsee/dtoa_config.h Mon Apr 25 18:23:28 2005 +@@ -12,7 +12,7 @@ + + #include + +-#if defined(__i386__) ++#if defined(__i386__) || defined(__amd64__) || defined(__ia64__) || defined(__alpha__) + # define IEEE_8087 + #endif + -- cgit