diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-12 15:04:35 +0000 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-12 15:04:35 +0000 |
commit | 223748dc152aa4dc56833223a89759341e2ee375 (patch) | |
tree | 9a6d60b189d1f074455f263103b3334e9c765182 /lang/glibstdc++28/Makefile | |
parent | 34dedbd5894681c0bf24fa3cab013dc276e7504e (diff) | |
download | FreeBSD-ports-223748dc152aa4dc56833223a89759341e2ee375.zip FreeBSD-ports-223748dc152aa4dc56833223a89759341e2ee375.tar.gz |
Mark BROKEN for ELF: depends on BROKEN_ELF gcc28
Diffstat (limited to 'lang/glibstdc++28/Makefile')
-rw-r--r-- | lang/glibstdc++28/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/glibstdc++28/Makefile b/lang/glibstdc++28/Makefile index 27651b9..f8d08ff 100644 --- a/lang/glibstdc++28/Makefile +++ b/lang/glibstdc++28/Makefile @@ -4,7 +4,7 @@ # Date created: 03 Mar 1998 # Whom: David O'Brien <obrien@NUXI.com> # -# $Id: Makefile,v 1.9 1998/08/17 06:40:16 hoek Exp $ +# $Id: Makefile,v 1.10 1998/08/17 17:03:31 obrien Exp $ # DISTNAME= libstdc++-2.8.1.1 @@ -26,6 +26,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes PLIST_SUB= GCC28SUBDIR=${GCC28DIR} +BROKEN_ELF= depends on gcc28 + pre-install: @# allow a boched ``make install'' to be re-tried @${RM} -rf ${PREFIX}/include/g++ |