wok diff aircrack-ng/receipt @ rev 6732

Up: mesa to 7.8.2.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 16 01:51:14 2010 +0000 (2010-10-16)
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	Sat Oct 16 01:51:14 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  }