mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
cairo fix (#91)
This commit is contained in:
parent
bfc6fffab1
commit
f003504fb5
1 changed files with 5 additions and 0 deletions
|
@ -25,4 +25,9 @@ build:
|
||||||
make --jobs {{ hw.concurrency }}
|
make --jobs {{ hw.concurrency }}
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
if test {{ hw.platform }} == darwin; then
|
||||||
|
#FIXME wtf is going on here
|
||||||
|
sed -i.bak 's|/opt/libpng.org/v.*/lib/libintl.la||' {{prefix}}/lib/libcairo-gobject.la
|
||||||
|
fi
|
||||||
|
|
||||||
test: true #FIXME
|
test: true #FIXME
|
Loading…
Reference in a new issue