Fixed libogg-1.2.0.bep file

This commit is contained in:
Scott McCreary
2010-05-28 06:47:10 +00:00
parent ec7532578a
commit 0b5f625c13

View File

@@ -7,6 +7,14 @@ STATUS_HAIKU="stable"
DEPEND=""
BUILD {
cd libogg-1.2.0
rm aclocal.m4
mkdir -p m4
cp /boot/common/share/aclocal/ltversion.m4 m4
libtoolize --force --copy --install
echo 'AC_CONFIG_MACRO_DIR([m4]) >> configure.in'
libtoolize --force --copy --install
aclocal -I m4
autoconf
./configure --prefix=/boot/common
make
}