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:
parent
8ad5f71042
commit
2bc1a3ece8
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154530
@ -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}" \
|
||||
|
Loading…
Reference in New Issue
Block a user