From fb3833a18fe115e20377d585735d7839b7bcf5f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 10 Jan 2021 22:29:53 +0100 Subject: [PATCH] zita-resampler: fix build --- srcpkgs/zita-resampler/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/zita-resampler/template b/srcpkgs/zita-resampler/template index e54959dfdcb..56bd795af99 100644 --- a/srcpkgs/zita-resampler/template +++ b/srcpkgs/zita-resampler/template @@ -13,6 +13,8 @@ homepage="http://kokkinizita.linuxaudio.org/linuxaudio/zita-resampler/resampler. distfiles="http://kokkinizita.linuxaudio.org/linuxaudio/downloads/${pkgname}-${version}.tar.bz2" checksum=233baefee297094514bfc9063e47f848e8138dc7c959d9cd957b36019b98c5d7 +CXXFLAGS="-fPIC -DPIC" + pre_build() { sed -i '/march=native/d' Makefile }