]> git.pld-linux.org Git - packages/Producer.git/commitdiff
- patch for build on not ix86 archs
authorsparky <sparky@pld-linux.org>
Fri, 1 Apr 2005 15:45:51 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Producer-notix86.patch -> 1.1

Producer-notix86.patch [new file with mode: 0644]

diff --git a/Producer-notix86.patch b/Producer-notix86.patch
new file mode 100644 (file)
index 0000000..d3ee2ba
--- /dev/null
@@ -0,0 +1,20 @@
+--- Producer/include/Producer/Timer~   2004-04-12 18:16:56.000000000 +0200
++++ Producer/include/Producer/Timer    2005-04-01 17:22:59.000000000 +0200
+@@ -12,7 +12,7 @@
+     namespace Producer {
+         typedef __int64 Timer_t;
+     }
+-#elif defined(__linux) || defined(__FreeBSD__) || defined(__CYGWIN__)|| defined(__MINGW32__)
++#elif defined(__i386__) && (defined(__linux) || defined(__FreeBSD__) || defined(__CYGWIN__)|| defined(__MINGW32__))
+     namespace Producer {
+         typedef unsigned long long Timer_t;
+     }
+@@ -129,7 +129,7 @@
+     }
+-#elif defined(__linux) || defined(__FreeBSD__) || defined(__CYGWIN__)
++#elif defined(__i386__) && ( defined(__linux) || defined(__FreeBSD__) || defined(__CYGWIN__) )
+     #include <sys/time.h>
This page took 0.057953 seconds and 4 git commands to generate.