Fixed the libsdl-1.2-hg.bep file to use the same build steps as 1-2.14.

This commit is contained in:
Scott McCreary
2010-09-17 21:24:17 +00:00
parent 963bf1677e
commit c42e6d32cd

View File

@@ -8,6 +8,11 @@ DEPEND=""
BUILD {
cd libsdl-1.2-hg
./autogen.sh
rm aclocal.m4
echo "AC_CONFIG_MACRO_DIR([acinclude])" >> configure.in
libtoolize --force --copy --install
aclocal -I acinclude
./autogen.sh
./configure --prefix=/boot/common
make
}
@@ -17,4 +22,4 @@ INSTALL {
make install
}
LICENSE="GNU LGPL v2.1"
COPYRIGHT="1997-2009 Sam Lantinga"
COPYRIGHT="1997-2010 Sam Lantinga"