diff options
author | Max Khon <fjoe@FreeBSD.org> | 2005-05-17 10:40:09 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2005-05-17 10:40:09 +0000 |
commit | 06282e1029b4c61fcab42431e340093b713f5ec8 (patch) | |
tree | d080bf7d81613ea4cbe660bb37626f522b67803b /net/amule-devel/files/patch-md4.h | |
parent | - Use find and install (diff) |
Update to new stable release 2.0.0
PR: 80734
Submitted by: Ganael Laplanche
Notes
Notes:
svn path=/head/; revision=135456
Diffstat (limited to 'net/amule-devel/files/patch-md4.h')
-rw-r--r-- | net/amule-devel/files/patch-md4.h | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/net/amule-devel/files/patch-md4.h b/net/amule-devel/files/patch-md4.h deleted file mode 100644 index b9eb0a8c06b1..000000000000 --- a/net/amule-devel/files/patch-md4.h +++ /dev/null @@ -1,19 +0,0 @@ ---- src/utils/aLinkCreator/src/md4.h.orig Sat Oct 23 04:41:29 2004 -+++ src/utils/aLinkCreator/src/md4.h Sat Oct 23 04:42:03 2004 -@@ -54,7 +54,15 @@ - #include "wx/wx.h" - #endif - --#include <stdint.h> // needed for uint32_t -+#if defined(__FreeBSD__) -+ #if __FreeBSD__ < 5 -+ #include <inttypes.h> -+ #else -+ #include <stdint.h> -+ #endif -+#else -+ #include <stdint.h> // needed for uint32_t -+#endif - - // Use wxString implementation or not - //#define WANT_STRING_IMPLEMENTATION 1 |