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:
parent
88d9e5132c
commit
ace5f1310e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=202941
@ -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>
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user