From 101b00b31fb7bfaa2b7b66760660c3423b579282 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 28 Jan 2020 12:41:31 +0100 Subject: [PATCH] liquid-dsp: fix i686* build --- srcpkgs/liquid-dsp/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/liquid-dsp/template b/srcpkgs/liquid-dsp/template index 15b03a22ee..3c83aad32c 100644 --- a/srcpkgs/liquid-dsp/template +++ b/srcpkgs/liquid-dsp/template @@ -13,7 +13,7 @@ distfiles="https://github.com/jgaeddert/liquid-dsp/archive/v${version}.tar.gz" checksum=e3f66ce72a3b5d74eea5ccffb049c62c422c91b0ab92d6dbbef21af3c3bfec73 case "$XBPS_TARGET_MACHINE" in - i686*) configure_args+="--exec-prefix=" ;; + i686*) configure_args+=" --exec-prefix=/usr" ;; esac pre_configure() {