diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-24 20:57:24 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2009-11-24 20:57:24 +0000 |
commit | 1bcccb50597de47d1280eba2932d77020f041706 (patch) | |
tree | 9d6f65afe2aaeb34fc038885d7d58bcd95e139c9 /lang/gcc48 | |
parent | 929cfb0e2a243a2d1e11ec77b9082966c58a4b48 (diff) | |
download | ports-1bcccb50597de47d1280eba2932d77020f041706.tar.gz ports-1bcccb50597de47d1280eba2932d77020f041706.zip |
With lang/gcc295 gone (and not building for most of the last year), we can
now remove the check for a gcc295 binary that might cause build failure in
libgcj.
Notes
Notes:
svn path=/head/; revision=244729
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index e3388557b741..1e539b049aec 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -138,14 +138,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 |