diff options
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 b9eb0a8..0000000 --- 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 |