fixed .bep file for dumb so that it includes the headers for using with allegro.

This commit is contained in:
Scott McCreary
2010-03-26 15:55:21 +00:00
parent 36c839bb08
commit 616ff46107

View File

@@ -8,9 +8,12 @@ DEPEND="allegro"
CHECKSUM_MD5="be3d9f2755b19aab805dccd4ae0bc04a"
BUILD {
cd dumb-0.9.3
cp $(haikuporter -t)/media-libs/allegro/work/allegro-4.4.1.1/misc/allegro.m4 m4
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
libtoolize --force --copy --install
aclocal
aclocal -I m4 --warnings=none
autoconf
chmod 777 configure
./configure --prefix=/boot/common
make
}