diff options
Diffstat (limited to 'lang/gcc45')
-rw-r--r-- | lang/gcc45/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/gcc45/Makefile b/lang/gcc45/Makefile index e3388557b741..1e539b049aec 100644 --- a/lang/gcc45/Makefile +++ b/lang/gcc45/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 |