From 98ef21e6432d5efb6fbe42a84051e4536d244982 Mon Sep 17 00:00:00 2001 From: linimon Date: Thu, 3 Jun 2010 06:28:12 +0000 Subject: Attempt to fix build on !i386 !amd64. Hat: portmgr --- graphics/libjpeg-turbo/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics') diff --git a/graphics/libjpeg-turbo/Makefile b/graphics/libjpeg-turbo/Makefile index 2e64732ee7ea..bdcc7eb3ebae 100644 --- a/graphics/libjpeg-turbo/Makefile +++ b/graphics/libjpeg-turbo/Makefile @@ -28,8 +28,8 @@ BUILD_DEPENDS+= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm:install .if ${ARCH} == amd64 CONFIGURE_ARGS= --host x86_64-unknown-freebsd -.elif ${ARCH} == i386 -CONFIGURE_ARGS= --host i386-unknown-freebsd +.else +CONFIGURE_ARGS= --host ${ARCH}-unknown-freebsd .endif pre-configure: -- cgit