1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Does not build on alpha

Approved by:    portmgr (self)
This commit is contained in:
Kris Kennaway 2005-01-02 00:41:28 +00:00
parent 857b2a8349
commit d668264d33
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125638
2 changed files with 11 additions and 1 deletions

View File

@ -27,6 +27,10 @@ OPTIONS= DOUBLE "64bit Data Precision Support" off \
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not build on alpha"
.endif
.if defined(WITH_DOUBLE)
MAKE_ARGS+= COLORS=DOUBLE COORDINATES=DOUBLE
.endif

View File

@ -32,6 +32,12 @@ MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}"
AYAM_PLUGINS= csphere mfio
PLUGINS_DIR= ${PREFIX}/lib/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Does not build on alpha"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' ${WRKSRC}/tcl/ayam.tcl
@${REINPLACE_CMD} -e 's|^MF3DCFLAGS =|MF3DCFLAGS = -fPIC|g' \
@ -88,4 +94,4 @@ do-install:
${DOCSDIR}/html/pics
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>