Mark as BROKEN on sparc64 due to internal compiler error.
This commit is contained in:
parent
c8126da8b7
commit
ba8be9a92f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=166874
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user