]> git.pld-linux.org Git - packages/doxygen.git/commitdiff
- long has 8 bytes on LP64, use int.
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 11 Dec 2006 20:48:28 +0000 (20:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    doxygen-64bit.patch -> 1.1

doxygen-64bit.patch [new file with mode: 0644]

diff --git a/doxygen-64bit.patch b/doxygen-64bit.patch
new file mode 100644 (file)
index 0000000..0639441
--- /dev/null
@@ -0,0 +1,11 @@
+--- doxygen-1.5.1/libmd5/md5_loc.h.orig        2003-11-05 21:39:05.000000000 +0100
++++ doxygen-1.5.1/libmd5/md5_loc.h     2006-12-11 21:05:00.135077500 +0100
+@@ -14,7 +14,7 @@
+ typedef unsigned short int UINT2;
+ /* UINT4 defines a four byte word */
+-typedef unsigned long int UINT4;
++typedef unsigned int UINT4;
+ #ifndef NULL_PTR
+ #define NULL_PTR ((POINTER)0)
This page took 0.079471 seconds and 4 git commands to generate.