From d2b09d6360916d3cad14cdb4b7594a6b3dedeed7 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Tue, 19 Feb 2019 08:57:06 -0300 Subject: [PATCH] libogdf: broken *-musl --- srcpkgs/libogdf/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/libogdf/template b/srcpkgs/libogdf/template index 6f9d379a4f0..712b601f3ee 100644 --- a/srcpkgs/libogdf/template +++ b/srcpkgs/libogdf/template @@ -16,6 +16,10 @@ distfiles="http://amber-v7.cs.tu-dortmund.de/lib/exe/fetch.php/tech:ogdf-snapsho checksum=347c3fa8dcdbb094f9c43008cbc2934bc5a64a532af4d3fe360a5fa54488440f nocross="can't find cpuid.h headers" +case "$XBPS_TARGET_MACHINE" in + *-musl) broken="Non optional usage of broken mallinfo" ;; +esac + pre_configure() { # Fix upstream messing with CXXFLAGS sed -e 's|-march=native||g' \