diff options
author | pav <pav@FreeBSD.org> | 2011-05-31 05:35:56 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-31 05:35:56 +0800 |
commit | 9b94c39a7ddad5594092a506721cce19d69875c1 (patch) | |
tree | 48369930c11ab95d852bfddcb2c3506a8aafbd38 /x11-toolkits | |
parent | fe55b59ccb97a2775937550d6c00510e0975f891 (diff) | |
download | freebsd-ports-gnome-9b94c39a7ddad5594092a506721cce19d69875c1.tar.gz freebsd-ports-gnome-9b94c39a7ddad5594092a506721cce19d69875c1.tar.zst freebsd-ports-gnome-9b94c39a7ddad5594092a506721cce19d69875c1.zip |
- Mark BROKEN on amd64 <9:
/tmp/ccxiyuN3.s:247: Error: no such instruction: `cmpxchg16b (%rbx)'
- While here, remove obsolete conditional
Reported by: pointyhat
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) |