diff options
author | pav <pav@FreeBSD.org> | 2007-12-22 05:10:50 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-12-22 05:10:50 +0800 |
commit | 3e8b597b7fa61236152346682df12997dea8beb1 (patch) | |
tree | c1aec3eea3980ab93be89e37de221bd04a49f926 /print | |
parent | 954432b6d04a15e0da02ea7234feb22e7aa44f67 (diff) | |
download | freebsd-ports-graphics-3e8b597b7fa61236152346682df12997dea8beb1.tar.gz freebsd-ports-graphics-3e8b597b7fa61236152346682df12997dea8beb1.tar.zst freebsd-ports-graphics-3e8b597b7fa61236152346682df12997dea8beb1.zip |
- Mark BROKEN with gcc42 across the board
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 f238d318de7..3a957b507da 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 |