From 17b97f5fd4647a6468d2c72ff6dde9f38c5117d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Sun, 15 Jan 2017 12:30:49 +0100 Subject: [PATCH] darktable: build style cmake handles -isystem --- srcpkgs/darktable/template | 5 ----- 1 file changed, 5 deletions(-) diff --git a/srcpkgs/darktable/template b/srcpkgs/darktable/template index e5e342d1ffc..c959dacb094 100644 --- a/srcpkgs/darktable/template +++ b/srcpkgs/darktable/template @@ -21,8 +21,3 @@ depends="adwaita-icon-theme" only_for_archs="i686 i686-musl x86_64 x86_64-musl aarch64 aarch64-musl" distfiles="https://github.com/darktable-org/darktable/releases/download/release-${version}/darktable-${version}.tar.xz" checksum=da843190f08e02df19ccbc02b9d1bef6bd242b81499494c7da2cccdc520e24fc - -post_configure() { - # Replace -isystem with -I to avoid "#include_next " file not found - find -name flags.make -exec sed -i "{}" -e "s;-isystem;-I;g" \; -}