mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-21 19:20:08 +02:00
Fixed the libsdl-1.2-hg.bep file to use the same build steps as 1-2.14.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user