mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
let's see if adding libtool helps
This commit is contained in:
parent
c8c8e3c367
commit
974a1d5c1a
1 changed files with 3 additions and 9 deletions
|
@ -20,20 +20,14 @@ build:
|
|||
freedesktop.org/pkg-config: ^0.29
|
||||
#FIXME or fontconfig detection fails
|
||||
#FIXME build looks for 2.4.9 even when it has 2.5.0
|
||||
libexpat.github.io: 2.4.9
|
||||
libexpat.github.io: =2.4.9
|
||||
gnome.org/gobject-introspection: 1
|
||||
gnu.org/libtool: ^2
|
||||
script: |
|
||||
./configure --prefix={{ prefix }}
|
||||
./configure --prefix={{ prefix }} --disable-dependency-tracking
|
||||
make --jobs {{ hw.concurrency }}
|
||||
make install
|
||||
|
||||
if test {{ hw.platform }} == darwin; then
|
||||
#FIXME wtf is going on here
|
||||
#NOTE has /opt/gnu.org/gettext/v0.21.0/lib/libpcre.la in it
|
||||
#NOTE then has a thousand repeats of pcre.org/libpcre.la
|
||||
sed -i.bak 's|/opt/.*/v.*/lib/libpcre.la||' {{prefix}}/lib/libcairo-gobject.la
|
||||
fi
|
||||
|
||||
rm -rf {{prefix}}/share # docs are online
|
||||
|
||||
test:
|
||||
|
|
Loading…
Reference in a new issue