mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Moved beporter to haikuporter, updated tuxpaint patch, fixed sdl-ttf so that it now builds the .so lib.
This commit is contained in:
@@ -3,10 +3,17 @@ HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
SRC_URI="http://www.libsdl.org/tmp/SDL_ttf-2.0.10.tar.gz"
|
||||
REVISION="1"
|
||||
STATUS_HAIKU="stable"
|
||||
DEPEND=""
|
||||
DEPEND="libsdl >= 1.2.12, pkgconfig >= 0.9"
|
||||
BUILD {
|
||||
cd SDL_ttf-2.0.10
|
||||
rm -f acinclude.m4
|
||||
libtoolize --copy --force --install
|
||||
cp /boot/common/share/aclocal/libtool.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltoptions.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltversion.m4 acinclude
|
||||
cp /boot/common/share/aclocal/ltsugar.m4 acinclude
|
||||
cp /boot/common/share/aclocal/lt~obsolete.m4 acinclude
|
||||
echo "AC_CONFIG_MACRO_DIR([acinclude]) > configure.in"
|
||||
./autogen.sh
|
||||
./configure --prefix=/boot/common
|
||||
make
|
||||
|
||||
Reference in New Issue
Block a user