From 70c76fe2bd734ccc1894440e2419ee886309cd21 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 17 Dec 2020 02:18:41 +0100 Subject: [PATCH] llvm11: make sure to update config.guess so ppcle can be detected --- srcpkgs/llvm11/template | 2 ++ 1 file changed, 2 insertions(+) diff --git a/srcpkgs/llvm11/template b/srcpkgs/llvm11/template index b13923002af..f0f9c1eeda4 100644 --- a/srcpkgs/llvm11/template +++ b/srcpkgs/llvm11/template @@ -121,6 +121,8 @@ post_patch() { ;; esac + # update config.guess for better platform detection + cp $XBPS_COMMONDIR/environment/configure/automake/config.guess ${wrksrc}/cmake } pre_configure() {