diff options
Diffstat (limited to 'lang/gfortran/files/patch-mf-impl.h')
-rw-r--r-- | lang/gfortran/files/patch-mf-impl.h | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/lang/gfortran/files/patch-mf-impl.h b/lang/gfortran/files/patch-mf-impl.h new file mode 100644 index 000000000000..c86a3a1d520b --- /dev/null +++ b/lang/gfortran/files/patch-mf-impl.h @@ -0,0 +1,18 @@ +--- libmudflap/mf-impl.h.org Sat Jan 31 20:35:05 2004 ++++ libmudflap/mf-impl.h Sat Jan 31 20:35:20 2004 +@@ -17,11 +17,11 @@ + #error "Do not compile this file with -fmudflap!" + #endif + +-#if HAVE_PTHREAD_H ++//#if HAVE_PTHREAD_H + #include <pthread.h> +-#elif LIBMUDFLAPTH +-#error "Cannot build libmudflapth without pthread.h." +-#endif ++//#elif LIBMUDFLAPTH ++//#error "Cannot build libmudflapth without pthread.h." ++//#endif + + + /* Private definitions related to mf-runtime.h */ |