Updated .bep file for apr-util-1.3.9, this one seems to work, at least on gcc2.

This commit is contained in:
Scott McCreary
2010-03-12 04:25:41 +00:00
parent c38a2ef0de
commit 2a4d8c0bba

View File

@@ -4,19 +4,36 @@ SRC_URI="http://apache.multihomed.net/apr/apr-util-1.3.9.tar.gz"
CHECKSUM_MD5="cc2ec0ba4f01d88375f1170f762518fa"
REVISION="1"
STATUS_HAIKU="stable"
DEPEND=""
DEPEND="apr"
BUILD {
cd apr-util-1.3.9
libtoolize --force --copy --install
rm -rf aclocal.m4
mkdir -p m4
haikuporter -b apr-1.3.9
echo 'LT_INIT' >> configure.in
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
buildconf --with-apr=/boot/develop/haikuports/dev-libs/apr/work/apr-1.3.9
cd xml/expat
echo `AC_CONFIG_MACRO_DIR([m4])` >> configure.in
echo `AM_INIT_AUTOMAKE` >> configure.in
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal
autoconf
automake
aclocal -I m4
autoconf --force
APRDIR=`haikuporter -t`
buildconf --with-apr=${APRDIR}/dev-libs/apr/work/apr-1.3.9
cd xml/expat
mkdir -p m4
echo `AM_INIT_AUTOMAKE` >> configure.in
cp /boot/common/share/aclocal/libtool.m4 m4
cp /boot/common/share/aclocal/ltoptions.m4 m4
cp /boot/common/share/aclocal/ltversion.m4 m4
cp /boot/common/share/aclocal/ltsugar.m4 m4
cp /boot/common/share/aclocal/lt~obsolete.m4 m4
libtoolize --force --copy --install
aclocal -I m4
autoconf --force
autoheader
cd ../..
./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config
make