- Mark BROKEN on amd64 <9:

/tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)'
- While here, remove obsolete conditional

Reported by:	pointyhat
This commit is contained in:
Pav Lucistnik 2011-05-30 21:35:56 +00:00
parent 7ee15aea21
commit 9b3059728a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=274835

View File

@ -36,19 +36,16 @@ CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --with-opengl=yes
CPPFLAGS= -I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2
LDFLAGS= -L${LOCALBASE}/lib
LDFLAGS= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
MAN1= reswrap.1 shutterbug.1 adie.1 PathFinder.1 calculator.1 \
ControlPanel.1
.include <bsd.port.pre.mk>
.if (${ARCH} == "alpha" || ${ARCH} == "sparc64") && ${OSVERSION} < 700000
THREAD_LIBS= -lthr
.else
THREAD_LIBS= ${PTHREAD_LIBS}
.if ${ARCH} == "amd64" && ${OSVERSION} < 900000
BROKEN= does not build on amd64
.endif
LDFLAGS+= ${THREAD_LIBS}
post-patch:
.if defined(NOPORTDOCS)