wok-next diff gst-plugins-base/receipt @ rev 17516

Remove some categories (system -> system-tools, web -> network, devel -> development, news -> network).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Jan 15 01:14:17 2015 +0200 (2015-01-15)
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 Jan 15 01:14:17 2015 +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 \