wok rev 16358
fltk: small fix
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 21:11:12 2014 +0200 (2014-04-13) |
parents | c9be5d5dedf9 |
children | d25604c40abc |
files | fltk/receipt |
line diff
1.1 --- a/fltk/receipt Sun Apr 13 21:08:41 2014 +0200 1.2 +++ b/fltk/receipt Sun Apr 13 21:11:12 2014 +0200 1.3 @@ -25,7 +25,8 @@ 1.4 i?86) ARCH_ARGS="--with-archflags=i386" ;; 1.5 arm) 1.6 BUILD_DEPENDS="jpeg-dev libpng-dev xorg-libXft-dev" 1.7 - ARCH_ARGS="--x-includes=/cross/$ARCH/sysroot/usr/include" ;; 1.8 + ARCH_ARGS="--x-includes=/cross/$ARCH/sysroot/usr/include \ 1.9 + --x-libraries=/cross/$ARCH/sysroot/usr/lib" ;; 1.10 esac 1.11 1.12 # Rules to configure and make the package. 1.13 @@ -38,7 +39,6 @@ 1.14 --enable-shared \ 1.15 --enable-xft \ 1.16 --enable-threads \ 1.17 - --x-libraries=/cross/$ARCH/sysroot/usr/lib \ 1.18 $CONFIGURE_ARGS && 1.19 make lib $MAKEFLAGS && 1.20 make DESTDIR=$DESTDIR install