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

BROKEN on ia64 and spar64: Does not compile

This commit is contained in:
Kris Kennaway 2006-01-14 09:30:34 +00:00
parent 5e76cf9c12
commit 89c02b62b7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153432

View File

@ -36,6 +36,10 @@ 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"
.endif
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \
CFLAGS="${CFLAGS} -I${LOCALBASE}/include ${SSE_CFLAGS} ${PTHREAD_CFLAGS}" \