1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-30 05:40:06 +00:00

- Mark BROKEN on amd64-7

Reported by:	pointyhat
Approved by:	portmgr (hat)
This commit is contained in:
Pav Lucistnik 2007-12-10 23:04:24 +00:00
parent 88d9e5132c
commit ace5f1310e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202941
2 changed files with 11 additions and 1 deletions

View File

@ -28,9 +28,15 @@ PLIST_FILES= bin/xtrader \
%%DATADIR%%/sample.xt
PLIST_DIRS= %%DATADIR%%
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= Does not compile
.endif
do-install:
@${MKDIR} ${DATADIR}
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}/sample.xt ${DATADIR}
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}/xtrader ${PREFIX}/bin
.include <bsd.port.mk>
.include <bsd.port.post.mk>

View File

@ -29,6 +29,10 @@ CXXFLAGS+= ${PTHREAD_CFLAGS}
LDFLAGS+= ${PTHREAD_LIBS}
.endif
.if ${OSVERSION} >= 700042 && ${ARCH} == "amd64"
BROKEN= Does not compile
.endif
do-build:
.for i in panels xdiskusage
${CXX} ${CXXFLAGS} -I${X11BASE}/include -c \