mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
fix(util-linux)
This commit is contained in:
parent
58ac56327f
commit
f4ba93d4a9
1 changed files with 3 additions and 1 deletions
|
@ -107,8 +107,10 @@ build:
|
|||
gnu.org/bison: '*'
|
||||
freedesktop.org/pkg-config: '*'
|
||||
gnu.org/patch: '*'
|
||||
crates.io/semverator: '*'
|
||||
script: |
|
||||
if test darwin = {{hw.platform}}; then
|
||||
if test darwin = {{hw.platform}} -a \
|
||||
semverator satisfies '<2.39' {{version}}; then
|
||||
patch -p0 <props/macports.patch # thanks to MacPorts
|
||||
fi
|
||||
./configure $ARGS
|
||||
|
|
Loading…
Reference in a new issue