BROKEN on amd64: Does not compile on amd64 (needs -fPIC)

This commit is contained in:
Kirill Ponomarev 2005-01-31 10:35:47 +00:00
parent 6f1341f1f8
commit c14265e654
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=127766

View file

@ -60,6 +60,10 @@ post-install:
BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm BUILD_DEPENDS+= nasm:${PORTSDIR}/devel/nasm
.endif .endif
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (needs -fPIC)"
.endif
# pre-detection # pre-detection
# JPEGMMX # JPEGMMX
.if exists(${LOCALBASE}/lib/libjpeg-mmx.a) .if exists(${LOCALBASE}/lib/libjpeg-mmx.a)