]> git.pld-linux.org Git - packages/d1x.git/commitdiff
- possible ugly fix for building on !ix86 d1x-1_43-4
authormarcus <marcus@pld-linux.org>
Sun, 25 Aug 2002 08:27:53 +0000 (08:27 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    d1x-maths.patch -> 1.1

d1x-maths.patch [new file with mode: 0644]

diff --git a/d1x-maths.patch b/d1x-maths.patch
new file mode 100644 (file)
index 0000000..54b03b6
--- /dev/null
@@ -0,0 +1,19 @@
+diff -uNr d1x.orig/maths/fixc.c d1x/maths/fixc.c
+--- d1x.orig/maths/fixc.c      Mon Oct 18 02:31:01 1999
++++ d1x/maths/fixc.c   Sun Aug 25 10:13:09 2002
+@@ -69,13 +69,13 @@
+ #include "error.h"
+ #include "maths.h"
+-#ifdef NO_FIX_INLINE
++/* #ifdef NO_FIX_INLINE
+ #ifdef _MSC_VER
+ #pragma message ("warning: FIX NOT INLINED")
+ #else
+ #warning "FIX NOT INLINED"
+ #endif
+-#endif
++#endif */
+ extern ubyte guess_table[];
+ extern short sincos_table[];
This page took 0.08343 seconds and 4 git commands to generate.