diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-25 04:57:24 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-25 04:57:24 +0800 |
commit | 4b3a01fcbec33f693d429c5a88697637e6fb083a (patch) | |
tree | 71ac672e39ce0a224e30e1b338b247e586cb8ee1 /lang/gcc45 | |
parent | 922dfaf0dc3960eee6f11fe28015a81f4afcedbc (diff) | |
download | freebsd-ports-gnome-4b3a01fcbec33f693d429c5a88697637e6fb083a.tar.gz freebsd-ports-gnome-4b3a01fcbec33f693d429c5a88697637e6fb083a.tar.zst freebsd-ports-gnome-4b3a01fcbec33f693d429c5a88697637e6fb083a.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.
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 |