diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-13 20:12:19 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-09-13 20:12:19 +0000 |
commit | 20040b22f25a42dbb0902e8a821023d15c65092b (patch) | |
tree | e10c8a4782cc67df16309cf7f44a3905a368e643 | |
parent | Update www/py-django to 1.3.1; (diff) |
- Mark BROKEN: does not compile
/work/a/ports/devel/gccxml/work/gccxml-0.6.0/GCC/gcc/read-rtl.c:653: error: lvalue required as increment operand
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=281741
-rw-r--r-- | devel/gccxml/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/gccxml/Makefile b/devel/gccxml/Makefile index 087eaf9fe3b9..1531c4f44727 100644 --- a/devel/gccxml/Makefile +++ b/devel/gccxml/Makefile @@ -18,6 +18,8 @@ BUILD_DEPENDS= cmake:${PORTSDIR}/devel/cmake DEPRECATED= Unmaintained upstream, still requires GCC 3.4 (strictly), just used by boost-pyste which is of archeological interest only itself EXPIRATION_DATE=2011-10-04 +BROKEN= does not compile + PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} WRKSRC= ${WRKDIR}/${PORTNAME}-build |