1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00

Mark as broken with gcc4.2.

This commit is contained in:
Mark Linimon 2007-10-02 10:35:11 +00:00
parent 9c0391659b
commit ab7852d3d3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=200645
2 changed files with 11 additions and 1 deletions

View File

@ -19,4 +19,10 @@ PLIST_FILES= bin/euchre
USE_AUTOTOOLS= automake:14 autoconf:213
USE_GNOME= gtk12
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.include <bsd.port.post.mk>

View File

@ -39,6 +39,10 @@ MAKE_ENV= DATADIR="${DATADIR}"
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Does not compile with GCC 4.2
.endif
.if !defined(WITH_GLX) && !defined(WITH_X11)
IGNORE= needs at least one client (GLX or X11)
.endif