diff options
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index 4d719b4..f3f29cc 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/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 |