aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2010-06-03 14:28:12 +0800
committerlinimon <linimon@FreeBSD.org>2010-06-03 14:28:12 +0800
commit98ef21e6432d5efb6fbe42a84051e4536d244982 (patch)
tree2403af5ed6edc4a2b75a5f908f113c4376278577 /graphics
parent591f05a39ce82eefd1a625d506e728046a8b10bb (diff)
downloadfreebsd-ports-gnome-98ef21e6432d5efb6fbe42a84051e4536d244982.tar.gz
freebsd-ports-gnome-98ef21e6432d5efb6fbe42a84051e4536d244982.tar.zst
freebsd-ports-gnome-98ef21e6432d5efb6fbe42a84051e4536d244982.zip
Attempt to fix build on !i386 !amd64.
Hat: portmgr
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libjpeg-turbo/Makefile4
1 files changed, 2 insertions, 2 deletions
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: