diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-30 21:35:56 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2011-05-30 21:35:56 +0000 |
commit | 9b3059728a550c0a06eb6d3780ef9bad54ce9fb4 (patch) | |
tree | 24f971ce15514e90742994b7cdc539794dca25ef /x11-toolkits | |
parent | 7ee15aea2139509579f838a5bb72b61f29e6f39e (diff) | |
download | ports-9b3059728a550c0a06eb6d3780ef9bad54ce9fb4.tar.gz ports-9b3059728a550c0a06eb6d3780ef9bad54ce9fb4.zip |
- Mark BROKEN on amd64 <9:
/tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)'
- While here, remove obsolete conditional
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=274835
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/fox17/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile index 9eddffb0b7e3..50e7e1e9f48d 100644 --- a/x11-toolkits/fox17/Makefile +++ b/x11-toolkits/fox17/Makefile @@ -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) |