libogdf: broken *-musl
This commit is contained in:
parent
8525e54bae
commit
d2b09d6360
|
@ -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' \
|
||||
|
|
Loading…
Reference in New Issue