diff options
-rw-r--r-- | graphics/libjpeg-turbo/Makefile | 4 |
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: |