From 9931d28497679a340d045ee0f1c2786a92a00a5c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 14 Jan 2010 15:40:42 +0000 Subject: [PATCH] fox: Fixed vars and added release option. --- fox/Pkgfile | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/fox/Pkgfile b/fox/Pkgfile index 012299a..8530fec 100644 --- a/fox/Pkgfile +++ b/fox/Pkgfile @@ -7,15 +7,17 @@ name=fox version=1.6.36 -release=1 +release=2 source=(http://www.fox-toolkit.org/ftp/$name-$version.tar.gz) build() { cd $name-$version - export CPPFLAGS="$CPPFLAGS -I$CLFS/usr/include/freetype2" export LIBS="$LIBS -lXft -lXrender -lfontconfig -lfreetype -lX11 -lz" export XFTCFLAGS="-I$CLFS/usr/include/freetype2" export XFTLIBS="-lXft -lXrender -lfontconfig -lfreetype -lX11" + export CXXFLAGS="$CXXFLAGS -I$CLFS/usr/include $XFTCFLAGS" + export X_BASE_LIBS="$X_BASE_LIBS" + ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ @@ -25,7 +27,8 @@ build() { --enable-release \ --with-xcursor \ --with-xft \ - --disable-nls + --disable-nls \ + --enable-release make make prefix=$PKG/usr install rm -r $PKG/usr/share -- 2.26.2