openbsd-ports/lang/gcc/4.1/patches/patch-libmudflap_mf-runtime_h
espie b2737550c0 post-release version.
disable mudflap for now, as it is not compiling for us.
2006-03-05 22:11:15 +00:00

13 lines
563 B
Plaintext

$OpenBSD: patch-libmudflap_mf-runtime_h,v 1.1 2006/03/05 22:11:15 espie Exp $
--- libmudflap/mf-runtime.h.orig Sat Mar 4 17:22:03 2006
+++ libmudflap/mf-runtime.h Sat Mar 4 17:27:25 2006
@@ -36,7 +36,7 @@ Software Foundation, 51 Franklin Street,
#define MF_RUNTIME_H
typedef void *__mf_ptr_t;
-typedef unsigned int __mf_uintptr_t __attribute__ ((__mode__ (__pointer__)));
+typedef unsigned long __mf_uintptr_t __attribute__ ((__mode__ (__pointer__)));
typedef __SIZE_TYPE__ __mf_size_t;
/* Global declarations used by instrumentation. When _MUDFLAP is