]> git.pld-linux.org Git - packages/Regina.git/commitdiff
- fix x86_64 and alpha builds
authorundefine <undefine@pld-linux.org>
Sat, 19 Jan 2008 01:08:11 +0000 (01:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Regina-gci_convert.patch -> 1.1

Regina-gci_convert.patch [new file with mode: 0644]

diff --git a/Regina-gci_convert.patch b/Regina-gci_convert.patch
new file mode 100644 (file)
index 0000000..893c640
--- /dev/null
@@ -0,0 +1,28 @@
+--- gci/gci_convert.linux.86_64~       2007-09-16 07:21:51.000000000 +0200
++++ gci/gci_convert.linux.86_64        2008-01-18 16:02:37.890489267 +0100
+@@ -57,8 +57,8 @@
+ #if 0
+-             AMD's Opteron uses argument passing on the floating point unit
+-             which isn't supported by GCI!
++//             AMD's Opteron uses argument passing on the floating point unit
++//             which isn't supported by GCI!
+ #define GCI_Fr        strtold
+ #define GCI_Fw(s,v)   sprintf( s, "%.*LE", LDBL_MANT_DIG/3, v )
+--- gci/gci_convert.linux.alpha~       2007-09-16 07:21:51.000000000 +0200
++++ gci/gci_convert.linux.alpha        2008-01-19 01:54:14.000000000 +0100
+@@ -57,9 +57,9 @@
+ #if 0
+-             Alpha uses an alternate method for passing floating point values
+-             in opposite to integer values.
+-             This isn't supported by GCI!
++//             Alpha uses an alternate method for passing floating point values
++//             in opposite to integer values.
++//             This isn't supported by GCI!
+ #define GCI_Fr        strtod
+ #define GCI_Fw(s,v)   sprintf( s, "%.*lE", LDBL_MANT_DIG/3, v )
This page took 0.111797 seconds and 4 git commands to generate.