let's see if adding libtool helps

This commit is contained in:
Jacob Heider 2022-12-20 18:05:23 -05:00 committed by Jacob Heider
parent c8c8e3c367
commit 974a1d5c1a

View file

@ -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: