diff options
author | obrien <obrien@FreeBSD.org> | 1998-04-11 01:32:19 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1998-04-11 01:32:19 +0000 |
commit | 7e071c6a4f0cedf9f946044466d81e7273f3fff0 (patch) | |
tree | 4f57d0369e6abfc23d8e34de3d0de8a22a60cac8 /lang/gcc44 | |
parent | 3753b1da5712880a09057b85df71d0ad30a0790f (diff) | |
download | FreeBSD-ports-7e071c6a4f0cedf9f946044466d81e7273f3fff0.zip FreeBSD-ports-7e071c6a4f0cedf9f946044466d81e7273f3fff0.tar.gz |
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/gcc44')
-rw-r--r-- | lang/gcc44/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc44/Makefile b/lang/gcc44/Makefile index 4d719b4..f3f29cc 100644 --- a/lang/gcc44/Makefile +++ b/lang/gcc44/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 |