diff options
author | gerald <gerald@FreeBSD.org> | 2006-11-06 10:39:12 +0000 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2006-11-06 10:39:12 +0000 |
commit | 4d7b32c2edf55e34b4d819a015bfa2817825d4ea (patch) | |
tree | 105930d977b4fb85680e47aee7298ee16ddcf767 /lang | |
parent | 27e4c18886e086f73868de478e6ca9ca24636288 (diff) | |
download | FreeBSD-ports-4d7b32c2edf55e34b4d819a015bfa2817825d4ea.zip FreeBSD-ports-4d7b32c2edf55e34b4d819a015bfa2817825d4ea.tar.gz |
And here we go, introducing the lang/gcc43 port in form of the 20061104
snapshot of GCC 4.3.0; repocopied over from lang/gcc42.
Sadly we now have an unconditional dependency on math/libgmp4 and
math/mpfr. On the positive side this allows us to always build the
Fortran frontend.
PR: 104683
Diffstat (limited to 'lang')
-rw-r--r-- | lang/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/Makefile b/lang/Makefile index 6d43845..9002f67 100644 --- a/lang/Makefile +++ b/lang/Makefile @@ -84,6 +84,7 @@ SUBDIR += gcc41-withgcjawt SUBDIR += gcc42 SUBDIR += gcc42-withgcjawt + SUBDIR += gcc43 SUBDIR += gcl SUBDIR += gdc SUBDIR += gforth |