From 4ea728b6849cf6e0cf1e78bab8ca9eecb016b957 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Wed, 12 Feb 2014 14:15:36 +0100 Subject: [PATCH] libjpeg-turbo: unconditionally depend on nasm (fixed musl builds). --- srcpkgs/libjpeg-turbo/template | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/srcpkgs/libjpeg-turbo/template b/srcpkgs/libjpeg-turbo/template index 1a8827eec55..8ba11e0cfbe 100644 --- a/srcpkgs/libjpeg-turbo/template +++ b/srcpkgs/libjpeg-turbo/template @@ -3,10 +3,8 @@ pkgname=libjpeg-turbo version=1.3.0 revision=4 build_style=gnu-configure +hostmakedepends="nasm" configure_args="--disable-static --with-jpeg8" -if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then - hostmakedepends="nasm" -fi provides="jpeg-8" replaces="jpeg>=0" short_desc="Derivative of libjpeg which uses SIMD instructions"