Skip to content

Commit

Permalink
Mark as BROKEN on sparc64 due to internal compiler error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Linimon authored and Mark Linimon committed Jul 3, 2006
1 parent c8126da commit ba8be9a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion biology/xdrawchem/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,16 @@ CONFIGURE_ENV= QTINCDIR="${X11BASE}/include" \

MAKE_ARGS+= LDFLAGS+="-lqt-mt ${PTHREAD_LIBS}"

.include <bsd.port.pre.mk>

.if ${ARCH}==sparc64
BROKEN= does not compile on ${ARCH}
.endif

post-patch:
@${REINPLACE_CMD} -e \
's|malloc\.h|stdlib.h|g' ${WRKSRC}/xdrawchem/application_ob.cpp
@${REINPLACE_CMD} -e \
's|lround|(long int)rint|g' ${WRKSRC}/xdrawchem/*.cpp

.include <bsd.port.mk>
.include <bsd.port.post.mk>

0 comments on commit ba8be9a

Please sign in to comment.