diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-29 14:05:17 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-29 14:05:17 +0000 |
commit | 5c9941d3d9b68fffb3c7ce42cb41765ebe8fcda0 (patch) | |
tree | 67567190d10ea271a442953117f779bcf28bf9d6 /lang | |
parent | 25e7b5dcef791cec441363b6cf252f29254ec350 (diff) | |
download | ports-5c9941d3d9b68fffb3c7ce42cb41765ebe8fcda0.tar.gz ports-5c9941d3d9b68fffb3c7ce42cb41765ebe8fcda0.zip |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc44/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 78b93301c2cf..0f7a2b0c8ae4 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -134,14 +134,6 @@ PLIST_SUB+= JAVA="@comment " pre-everything:: @${ECHO_MSG} "Making GCC ${PORTVERSION} for ${OPSYS} ${OSREL} target=${CONFIGURE_TARGET}" -pre-extract: - @# Building libgcj with lang/gcc295 installed is causing a failure - @# about "hidden symbol `__eprintf'" in libgcc.a(_eprintf.o). - @if type gcc295 >/dev/null ; then \ - echo "This port will not build in the presence of lang/gcc295."; \ - exit 1; \ - fi - post-patch: @${REINPLACE_CMD} -e 's|\(const char version_string.*\)";|\1 [FreeBSD]";|' \ ${SRCDIR}/gcc/version.c |