diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 21:10:50 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-12-21 21:10:50 +0000 |
commit | 14115cdc9c47bdec1e8885605c16001ed6285ca4 (patch) | |
tree | e45d4d396b1d75d836b12cfb71967c6b69e7748c /print | |
parent | Fix build on -CURRENT. (diff) |
- Mark BROKEN with gcc42 across the board
Notes
Notes:
svn path=/head/; revision=204287
Diffstat (limited to 'print')
-rw-r--r-- | print/kaspaliste/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/print/kaspaliste/Makefile b/print/kaspaliste/Makefile index f238d318de7a..3a957b507daf 100644 --- a/print/kaspaliste/Makefile +++ b/print/kaspaliste/Makefile @@ -29,10 +29,8 @@ PKGMESSAGE= ${WRKDIR}/pkg-message .include <bsd.port.pre.mk> .if ${OSVERSION} >= 700042 -.if ${ARCH} == "amd64" || ${ARCH} == "sparc64" BROKEN= Does not compile with GCC 4.2 .endif -.endif pre-configure: @${RM} ${WRKSRC}/config.cache |