repo/extra/libass/build

15 lines
260 B
Plaintext
Raw Normal View History

2019-07-18 01:27:47 -06:00
#!/bin/sh -e
2020-01-18 17:02:55 -07:00
patch -p1 < no-fribidi.patch
sed -i 's/as_fn_error.*fribidi/: 0 "/' configure
sed -i '/pkg_requires="fribidi >= .*/d' configure
2019-07-18 01:27:47 -06:00
./configure \
--prefix=/usr \
2020-01-18 17:02:55 -07:00
--enable-fontconfig \
--disable-harfbuzz
2019-07-18 01:27:47 -06:00
make
make DESTDIR="$1" install