diff options
author | maho <maho@FreeBSD.org> | 2004-02-02 13:52:18 +0000 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-02-02 13:52:18 +0000 |
commit | ef41214c311b3cc2b88e9bac22410cd081e607fc (patch) | |
tree | f315daa2fa73da6757c03a602baf6ff5fb7f60dd /lang | |
parent | 3bc4de8ab4b2e0254fb9529ca46a1270481047ec (diff) | |
download | FreeBSD-ports-ef41214c311b3cc2b88e9bac22410cd081e607fc.zip FreeBSD-ports-ef41214c311b3cc2b88e9bac22410cd081e607fc.tar.gz |
--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>
Diffstat (limited to 'lang')
-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 c86a3a1..0000000 --- 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 c86a3a1..0000000 --- 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 */ |