mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 04:00:05 +02:00
Adjusted fontconfig .bep file, it gets further in the build now before erroring out.
This commit is contained in:
@@ -8,7 +8,7 @@ DEPEND="dev-util/pkgconfig >= 0.23"
|
||||
BUILD {
|
||||
cd fontconfig-2.8.0
|
||||
libtoolize --force --copy --install
|
||||
echo `AC_CONFIG_MACRO_DIR([m4])' >> configure.in
|
||||
echo 'AC_CONFIG_MACRO_DIR([m4])' >> configure.in
|
||||
aclocal
|
||||
autoconf
|
||||
automake
|
||||
@@ -17,11 +17,7 @@ BUILD {
|
||||
FONTS_DIR3=`finddir B_BEOS_FONTS_DIRECTORY`
|
||||
FONTS_DIR4=`finddir B_USER_FONTS_DIRECTORY`
|
||||
CACHE_DIR=`finddir B_USER_CACHE_DIRECTORY`
|
||||
./configure --prefix=/boot/common \
|
||||
--enable-libxml2 \
|
||||
--with-default-fonts=${FONTS_DIR} \
|
||||
--with-add-fonts=${FONTS_DIR2},${FONTS_DIR3},${FONTS_DIR4} \
|
||||
--with-cache-dir=${CACHE_DIR}
|
||||
./configure --prefix=/boot/common --enable-libxml2 --with-default-fonts=${FONTS_DIR} --with-add-fonts=${FONTS_DIR2},${FONTS_DIR3},${FONTS_DIR4} --with-cache-dir=${CACHE_DIR}
|
||||
make
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user