wok-current diff gst-plugins-base/receipt @ rev 16504
Fix tcl build on ARM and add tcllib
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Thu Apr 24 03:51:21 2014 +0200 (2014-04-24) |
parents | ac2ee8823dfa |
children | 17e313b5b9c1 |
line diff
1.1 --- a/gst-plugins-base/receipt Wed Apr 02 10:08:04 2014 +0200 1.2 +++ b/gst-plugins-base/receipt Thu Apr 24 03:51:21 2014 +0200 1.3 @@ -28,7 +28,10 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 - export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include" 1.8 + case "$ARCH" in 1.9 + i?86) ;; 1.10 + *) export CPPFLAGS="-I/cross/$ARCH/sysroot/usr/include" ;; 1.11 + esac 1.12 ./configure \ 1.13 --prefix=/usr \ 1.14 --sysconfdir=/etc \