summaryrefslogtreecommitdiff
path: root/lang/g95
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2004-02-02 13:52:18 +0000
committerMaho Nakata <maho@FreeBSD.org>2004-02-02 13:52:18 +0000
commit5da5196c0a2c82c9a3cf80481c84839d324fe2c5 (patch)
tree1470e59ed61465f8423480308bf5791731851ea1 /lang/g95
parentUse ${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
Diffstat (limited to 'lang/g95')
-rw-r--r--lang/g95/files/patch-mf-impl.h18
1 files changed, 0 insertions, 18 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 */