From c14265e65403e66e8b7c81a5488d3492207c887f Mon Sep 17 00:00:00 2001 From: Kirill Ponomarev Date: Mon, 31 Jan 2005 10:35:47 +0000 Subject: BROKEN on amd64: Does not compile on amd64 (needs -fPIC) --- multimedia/mjpegtools/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'multimedia') diff --git a/multimedia/mjpegtools/Makefile b/multimedia/mjpegtools/Makefile index 40bde86e8ee1..07aaefeae1d2 100644 --- a/multimedia/mjpegtools/Makefile +++ b/multimedia/mjpegtools/Makefile @@ -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) -- cgit v1.2.3