1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

- Mark BROKEN on HEAD

This commit is contained in:
Pav Lucistnik 2007-07-02 20:03:12 +00:00
parent bed0751a8b
commit de1c97e42c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194720

View File

@ -29,4 +29,10 @@ CFLAGS+= -fpermissive
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2, does not compile with GCC 3.4 against GiNaC compiled with GCC 4.2
.endif
.include <bsd.port.post.mk>