kiss-mfavila-small/wip_ports/todo/unknown/libvorbis/build

14 lines
208 B
Plaintext
Raw Permalink Normal View History

2022-12-02 00:40:24 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr
for i in $(find . -name Makefile)
do
sed -i s/--tag=CC//g $i
sed -i s/-no-undefined//g $i
done
make LIBTOOL=jlibtool
make LIBTOOL=jlibtool DESTDIR="$1" install