1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00

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
.endif
.if ${ARCH} == "amd64"
BROKEN= "Does not compile on amd64 (needs -fPIC)"
.endif
# pre-detection
# JPEGMMX
.if exists(${LOCALBASE}/lib/libjpeg-mmx.a)