diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:57:21 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-12-22 07:57:21 +0000 |
commit | b7d8add953d018c84c4d2ad7c327ef9971a0dd44 (patch) | |
tree | b3494685cf3fd24db0c4c5ea4ea37e7e87269bee | |
parent | Mark this broken, it includes a perl script that requires perl5. Someone (diff) |
Remove BROKEN_ELF, glibstdc++28 is not broken anymore.
Notes
Notes:
svn path=/head/; revision=15482
-rw-r--r-- | java/guavac/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/java/guavac/Makefile b/java/guavac/Makefile index 6ec2c3078a5a..84aee9020149 100644 --- a/java/guavac/Makefile +++ b/java/guavac/Makefile @@ -3,7 +3,7 @@ # Date created: 10 October 1996 # Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> # -# $Id: Makefile,v 1.8 1998/08/07 22:49:31 asami Exp $ +# $Id: Makefile,v 1.9 1998/10/14 01:20:21 jseger Exp $ # DISTNAME= guavac-1.2 @@ -16,8 +16,6 @@ CC= gcc28 CXX= g++28 BUILD_DEPENDS= ${LOCALBASE}/i386-unknown-freebsd${OSREL}/lib/libiberty.a:${PORTSDIR}/lang/glibstdc++28 -BROKEN_ELF= depends on glibstdc++28 - USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= guavac.1 |