Updated .bep file for fontconfig, marked pkgconfig as a dependency and added step to insert the `AC_CONFIG_MACRO_DIR([m4])' into configure.in.

This commit is contained in:
Scott McCreary
2009-11-28 12:53:11 +00:00
parent 547d217397
commit 7bc0fa9b3d

View File

@@ -3,10 +3,11 @@ HOMEPAGE="http://fontconfig.org"
SRC_URI="http://fontconfig.org/release/fontconfig-2.8.0.tar.gz"
REVISION="1"
STATUS_HAIKU="broken"
DEPEND=""
DEPEND="pkgconfig"
BUILD {
cd fontconfig-2.8.0
libtoolize --force --copy --install
echo `AC_CONFIG_MACRO_DIR([m4])' >> configure.in
aclocal
autoconf
automake