diff options
author | maho <maho@FreeBSD.org> | 2004-02-02 21:52:18 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2004-02-02 21:52:18 +0800 |
commit | ef41214c311b3cc2b88e9bac22410cd081e607fc (patch) | |
tree | f315daa2fa73da6757c03a602baf6ff5fb7f60dd /lang/g95 | |
parent | 3bc4de8ab4b2e0254fb9529ca46a1270481047ec (diff) | |
download | freebsd-ports-gnome-ef41214c311b3cc2b88e9bac22410cd081e607fc.tar.gz freebsd-ports-gnome-ef41214c311b3cc2b88e9bac22410cd081e607fc.tar.zst freebsd-ports-gnome-ef41214c311b3cc2b88e9bac22410cd081e607fc.zip |
--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/g95')
-rw-r--r-- | lang/g95/files/patch-mf-impl.h | 18 |
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 */ |