]> git.pld-linux.org Git - packages/gAVR.git/commitdiff
- attempt to fix build on sparc
authorankry <ankry@pld-linux.org>
Wed, 29 Sep 2004 17:26:19 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gAVR-sparc.patch -> 1.1

gAVR-sparc.patch [new file with mode: 0644]

diff --git a/gAVR-sparc.patch b/gAVR-sparc.patch
new file mode 100644 (file)
index 0000000..ff58268
--- /dev/null
@@ -0,0 +1,12 @@
+--- gAVR-0.3/src/main.c~       2004-09-29 19:25:30.000000000 +0200
++++ gAVR-0.3/src/main.c        2004-09-29 19:25:30.000000000 +0200
+@@ -29,7 +29,9 @@
+ #include <string.h>
+ #ifdef GLIBC
++#ifndef _sparc_
+ #include <sys/io.h>
++#endif
+ #else
+ #include <asm/io.h>
+ #endif
This page took 0.091342 seconds and 4 git commands to generate.