mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +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 {
|
BUILD {
|
||||||
cd libsdl-1.2-hg
|
cd libsdl-1.2-hg
|
||||||
./autogen.sh
|
./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
|
./configure --prefix=/boot/common
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
@@ -17,4 +22,4 @@ INSTALL {
|
|||||||
make install
|
make install
|
||||||
}
|
}
|
||||||
LICENSE="GNU LGPL v2.1"
|
LICENSE="GNU LGPL v2.1"
|
||||||
COPYRIGHT="1997-2009 Sam Lantinga"
|
COPYRIGHT="1997-2010 Sam Lantinga"
|
||||||
|
|||||||
Reference in New Issue
Block a user