diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-02 19:01:04 +0000 |
commit | 9a0d0575be112a06e86c667ac754258a70d16b96 (patch) | |
tree | c577f033f5d2fdd41cbf57ae6e68e21315e1bfa6 /graphics/Hermes | |
parent | 0148a5a042bf86baa4e025a2e3e31d3a9b379025 (diff) |
Notes
Diffstat (limited to 'graphics/Hermes')
-rw-r--r-- | graphics/Hermes/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile index 1514ada1d6b7..801659487c81 100644 --- a/graphics/Hermes/Makefile +++ b/graphics/Hermes/Makefile @@ -33,6 +33,10 @@ PORTDOCS= * IGNORE= is broken on sparc64: interchanges red and blue colour channels in images .endif +.if ${ARCH} == i386 && ${OSVERSION} >= 700042 +BROKEN= Does not compile with GCC 4.2 on i386 +.endif + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |