aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@FreeBSD.org>2009-11-24 20:57:24 +0000
committerGerald Pfeifer <gerald@FreeBSD.org>2009-11-24 20:57:24 +0000
commit1bcccb50597de47d1280eba2932d77020f041706 (patch)
tree9d6f65afe2aaeb34fc038885d7d58bcd95e139c9 /lang/gcc
parent929cfb0e2a243a2d1e11ec77b9082966c58a4b48 (diff)
downloadports-1bcccb50597de47d1280eba2932d77020f041706.tar.gz
ports-1bcccb50597de47d1280eba2932d77020f041706.zip
Notes
Diffstat (limited to 'lang/gcc')
-rw-r--r--lang/gcc/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile
index e3388557b741..1e539b049aec 100644
--- a/lang/gcc/Makefile
+++ b/lang/gcc/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