diff options
author | gerald <gerald@FreeBSD.org> | 2009-11-29 22:05:17 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2009-11-29 22:05:17 +0800 |
commit | 27326c5e7ab34238e9b3f54477ba307c43a3ca00 (patch) | |
tree | 039b55a01a2818645e87429e6431ac820045c6a2 /lang | |
parent | 72c1a6e783d2b8bc1731f95f0a26b3858849a995 (diff) | |
download | freebsd-ports-gnome-27326c5e7ab34238e9b3f54477ba307c43a3ca00.tar.gz freebsd-ports-gnome-27326c5e7ab34238e9b3f54477ba307c43a3ca00.tar.zst freebsd-ports-gnome-27326c5e7ab34238e9b3f54477ba307c43a3ca00.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')
-rw-r--r-- | lang/gcc44/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 78b93301c2cf..0f7a2b0c8ae4 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/Makefile @@ -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 |