diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-02-02 13:52:18 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-02-02 13:52:18 +0000 |
commit | 5da5196c0a2c82c9a3cf80481c84839d324fe2c5 (patch) | |
tree | 1470e59ed61465f8423480308bf5791731851ea1 | |
parent | Use ${MASTER_SITE_LOCAL} (diff) |
--disable-libmudflap to the configure arguments.
gfortran does not use libmudflap
Former commit I added --disable-libmudflap in configure...
Submitted by: Steve Kargl <sgk@troutmask.apl.washington.edu>
Notes
Notes:
svn path=/head/; revision=99810
-rw-r--r-- | lang/g95/files/patch-mf-impl.h | 18 | ||||
-rw-r--r-- | lang/gfortran/files/patch-mf-impl.h | 18 |
2 files changed, 0 insertions, 36 deletions
diff --git a/lang/g95/files/patch-mf-impl.h b/lang/g95/files/patch-mf-impl.h deleted file mode 100644 index c86a3a1d520b..000000000000 --- a/lang/g95/files/patch-mf-impl.h +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 */ diff --git a/lang/gfortran/files/patch-mf-impl.h b/lang/gfortran/files/patch-mf-impl.h deleted file mode 100644 index c86a3a1d520b..000000000000 --- a/lang/gfortran/files/patch-mf-impl.h +++ /dev/null @@ -1,18 +0,0 @@ ---- 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 */ |