mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user