mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
Fixed libogg-1.2.0.bep file
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user