wok-next diff aircrack-ng/receipt @ rev 7771

Removed gdk-pixbuf.loaders in gtk+ package. It could cause other plugins to be listed then the ones installed on newer installs.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Dec 22 21:23:10 2010 +0000 (2010-12-22)
parents b735ac9efe64
children 0b4cf0d9e1b5
line diff
     1.1 --- a/aircrack-ng/receipt	Sat May 01 17:06:39 2010 +0000
     1.2 +++ b/aircrack-ng/receipt	Wed Dec 22 21:23:10 2010 +0000
     1.3 @@ -17,6 +17,10 @@
     1.4  	cd $src
     1.5  	sed -i s#/usr/local#/usr#g common.mak || exit 1
     1.6  	sed -i s#/man/man1#/share/man/man1# common.mak || exit 1
     1.7 +	
     1.8 +	# fix build with gcc45
     1.9 +	sed -i s/-Werror// common.mak || exit 1
    1.10 +	
    1.11  	make &&
    1.12  	make DESTDIR=$PWD/_pkg install
    1.13  }