]> git.pld-linux.org Git - packages/asymptote.git/commitdiff
- initial
authorZsolt Udvari <uzsolt@pld-linux.org>
Fri, 3 Jul 2009 15:15:42 +0000 (15:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- I hope that solves the build problem on ppc

Changed files:
    asymptote-memrchr.patch -> 1.1

asymptote-memrchr.patch [new file with mode: 0644]

diff --git a/asymptote-memrchr.patch b/asymptote-memrchr.patch
new file mode 100644 (file)
index 0000000..0156521
--- /dev/null
@@ -0,0 +1,11 @@
+--- asymptote-1.79-orig/prc/PRCdouble.h        2008-11-24 01:19:34.000000000 +0100
++++ asymptote-1.79/prc/PRCdouble.h     2009-07-03 17:03:48.219746775 +0200
+@@ -110,7 +110,7 @@
+ int stCOFDOECompare(const void*,const void*);
+ #if defined(WORDS_BIG_ENDIAN)
+-void *memrchr(const void *,int,size_t);
++const void *memrchr(const void *,int,size_t);
+ #endif
This page took 0.059363 seconds and 4 git commands to generate.