From 29f4c3c0ed0182215fc5b93547c4e5c85d8f462e Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Nov 2014 17:49:42 +0100 Subject: [PATCH] darktable: build with CUSTOM_CFLAGS enabled, i.e don't build with -mtune=native. --- srcpkgs/darktable/template | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template index 13427a6f683..81f7943cc9c 100644 --- a/srcpkgs/darktable/template +++ b/srcpkgs/darktable/template @@ -1,8 +1,9 @@ # Template file for 'darktable' pkgname=darktable version=1.4.2 -revision=12 +revision=13 build_style=cmake +configure_args="-DCUSTOM_CFLAGS=1" maintainer="Carlo Dormeletti " homepage="http://www.darktable.org/" update_ignore="*%7E*" @@ -19,7 +20,3 @@ only_for_archs="i686 x86_64" # too much SSE2 stuff all over distfiles="${SOURCEFORGE_SITE}/${pkgname}/1.4/${pkgname}-${version}.tar.xz" checksum="c1311a6e336007b85d21647652ebec3e26840248a968eab04ab5f0a56c2e0709" - -# Do not generate AVX/AVX2/BMI/BMI2 instructions to make this work in -# all x86_64 CPUs. -CFLAGS="-mno-avx -mno-avx2 -mno-bmi -mno-bmi2"