diff options
author | pav <pav@FreeBSD.org> | 2010-05-04 19:43:33 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2010-05-04 19:43:33 +0800 |
commit | bbdd01e1faea7b3946ef633655e4d517974b3884 (patch) | |
tree | 9e449d1994eea386c1ed3da85a01dbef0ce53262 /science | |
parent | 8d13f3bcd77359e00039314ed7a8f6d62fbb2880 (diff) | |
download | freebsd-ports-gnome-bbdd01e1faea7b3946ef633655e4d517974b3884.tar.gz freebsd-ports-gnome-bbdd01e1faea7b3946ef633655e4d517974b3884.tar.zst freebsd-ports-gnome-bbdd01e1faea7b3946ef633655e4d517974b3884.zip |
- Mark BROKEN on sparc64
PR: ports/146127
Submitted by: Chris Petrik <chris@officialunix.com> (maintainer)
Diffstat (limited to 'science')
-rw-r--r-- | science/peekabot/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/science/peekabot/Makefile b/science/peekabot/Makefile index e3afbe7bcf66..5848afd63d51 100644 --- a/science/peekabot/Makefile +++ b/science/peekabot/Makefile @@ -32,6 +32,10 @@ USE_GMAKE= yes USE_GCC= 4.2+ .endif +.if ${ARCH} == "sparc64" +BROKEN= does not compile with boost on sparc64 +.endif + post-patch: ${REINPLACE_CMD} -e 's|png_set_gray_1_2_4_to_8|png_set_expand_gray_1_2_4_to_8|' \ ${WRKSRC}/src/3rdparty/png++/io_base.hpp |