diff options
author | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-02-18 21:58:37 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@FreeBSD.org> | 2007-02-18 21:58:37 +0000 |
commit | 283351f1dff387fa02636183c058efc5991bf2bd (patch) | |
tree | e1ed9131d90fb57849a9a94fb12926eb299f70d5 /lang/gcc47/Makefile | |
parent | 3dfa9ac510777a06129276019e87f6a71c5dfd2a (diff) |
Notes
Diffstat (limited to 'lang/gcc47/Makefile')
-rw-r--r-- | lang/gcc47/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/gcc47/Makefile b/lang/gcc47/Makefile index a6dd1ce2f920..a984ac09a339 100644 --- a/lang/gcc47/Makefile +++ b/lang/gcc47/Makefile @@ -8,7 +8,7 @@ PORTNAME= gcc PORTVERSION= 4.3.0 -PORTREVISION= 20070209 +PORTREVISION= 20070216 CATEGORIES= lang java VERSIONSTRING= 4.3-${PORTREVISION} MASTER_SITES= ${MASTER_SITE_GCC} @@ -103,7 +103,8 @@ EXTRA_PATCHES+= ${FILESDIR}/java-patch-hier # FIXME: we are currently getting weird build failures with libjava on # some 4.x and 5.x systems, which the following works around. PR 81788. CONFIGURE_ARGS+=--disable-rpath -MAN1+= gcj${SUFFIX}.1 \ +MAN1+= gc-analyze${SUFFIX}.1 \ + gcj${SUFFIX}.1 \ gcj-dbtool${SUFFIX}.1 \ gcjh${SUFFIX}.1 \ gij${SUFFIX}.1 \ |