]> git.pld-linux.org Git - packages/dict-web1913.git/blame - dict-web1913-sparc.patch
- fixed build on sparc
[packages/dict-web1913.git] / dict-web1913-sparc.patch
CommitLineData
a0aa4e07 1diff -ur dict-web1913-1.4/dump.h dict-web1913.fixed/dump.h
2--- dict-web1913-1.4/dump.h Sun Feb 22 20:31:40 1998
3+++ dict-web1913.fixed/dump.h Fri Dec 20 13:43:09 2002
4@@ -139,7 +139,7 @@
5 declarations for standard library calls. We provide them here for
6 situations that we know about. */
7
8-#if defined(__sparc__)
9+#if defined(__sparc__) && !defined(__linux__)
10 /* Both SunOS and Solaris */
11 extern int getrusage( int who, struct rusage * );
12 extern void bcopy( const void *, void *, int );
13diff -ur dict-web1913-1.4/libmaa/decl.h dict-web1913.fixed/libmaa/decl.h
14--- dict-web1913-1.4/libmaa/decl.h Sun Feb 22 20:32:18 1998
15+++ dict-web1913.fixed/libmaa/decl.h Fri Dec 20 13:34:12 2002
16@@ -28,7 +28,7 @@
17 declarations for standard library calls. We provide them here for
18 situations that we know about. */
19
20-#if defined(__sparc__)
21+#if defined(__sparc__) && !defined(__linux__)
22 #include <sys/resource.h>
23 /* Both SunOS and Solaris */
24 extern int getrusage( int who, struct rusage * );
This page took 0.062638 seconds and 4 git commands to generate.