diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-04 11:43:33 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2010-05-04 11:43:33 +0000 |
commit | 794668d673c2ffaf65e68714edabad0ad02abe0b (patch) | |
tree | 99f30cf0dcaa58a18c09c52ebabffc55e0c70cea /science | |
parent | 843eeeffc70cc734f1b374bfdf233a025e609032 (diff) | |
download | ports-794668d673c2ffaf65e68714edabad0ad02abe0b.tar.gz ports-794668d673c2ffaf65e68714edabad0ad02abe0b.zip |
Notes
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 |