kiss-mfavila-small/wip_ports/todo/unknown/libvorbis/build
2022-12-01 20:40:24 -04:00

14 lines
208 B
Bash
Executable File

#!/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