1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

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.
This commit is contained in:
Gerald Pfeifer 2009-11-29 14:05:17 +00:00
parent 25e7b5dcef
commit 5c9941d3d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=244976

View File

@ -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