diff options
author | obrien <obrien@FreeBSD.org> | 1998-04-11 09:32:19 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-04-11 09:32:19 +0800 |
commit | 7e071c6a4f0cedf9f946044466d81e7273f3fff0 (patch) | |
tree | 4f57d0369e6abfc23d8e34de3d0de8a22a60cac8 /lang/gcc48 | |
parent | 3753b1da5712880a09057b85df71d0ad30a0790f (diff) | |
download | freebsd-ports-gnome-7e071c6a4f0cedf9f946044466d81e7273f3fff0.tar.gz freebsd-ports-gnome-7e071c6a4f0cedf9f946044466d81e7273f3fff0.tar.zst freebsd-ports-gnome-7e071c6a4f0cedf9f946044466d81e7273f3fff0.zip |
Used to build for me, now doesn't. Bombs in making the stage2 compiler.
For now, use ``cvs co -regcs_102 egcs'' if you want a working version
before the next upgrade.
Diffstat (limited to 'lang/gcc48')
-rw-r--r-- | lang/gcc48/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc48/Makefile b/lang/gcc48/Makefile index 4d719b4db0e2..f3f29cc5169d 100644 --- a/lang/gcc48/Makefile +++ b/lang/gcc48/Makefile @@ -4,7 +4,7 @@ # Date created: 9 Jan 1998 # Whom: John Polstra <jdp@polstra.com> # -# $Id: Makefile,v 1.12 1998/03/17 21:10:40 jdp Exp $ +# $Id: Makefile,v 1.14 1998/04/07 01:18:07 obrien Exp $ # DISTNAME= egcs-980315 @@ -15,6 +15,8 @@ MASTER_SITES= ftp://egcs.cygnus.com/pub/egcs/snapshots/1998-03-15/ \ MAINTAINER= obrien@FreeBSD.org +BROKEN= "used to build on my system, now doesn't. use 'cvs co -regcs_102 egcs' if you want a working version before the next upgrade" + MANUAL_PACKAGE_BUILD= installs libstdc++.a which conflicts with system version GNU_CONFIGURE= yes |