1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

BROKEN on !i386: Does not compile

This commit is contained in:
Kris Kennaway 2006-01-26 18:24:53 +00:00
parent 8ad5f71042
commit 2bc1a3ece8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154530

View File

@ -36,8 +36,8 @@ OPTIONS= ID3TAG "ID3 tag support" off \
SSE_CFLAGS= -mno-sse -mno-sse2
.endif
.if ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= "Does not build on ia64 or sparc64"
.if ${ARCH} != "i386"
BROKEN= "Does not build on !i386"
.endif
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \