libogdf: broken *-musl

This commit is contained in:
maxice8 2019-02-19 08:57:06 -03:00
parent 8525e54bae
commit d2b09d6360
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 4 additions and 0 deletions

View File

@ -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' \