wok diff chillispot/receipt @ rev 6857

Up: coreutils to 8.6.
author Christopher Rogers <slaxemulator@gmail.com>
date Wed Oct 20 11:34:25 2010 +0000 (2010-10-20)
parents cf2ce55f4ea3
children a1644dbcf632
line diff
     1.1 --- a/chillispot/receipt	Fri Aug 29 10:16:41 2008 +0000
     1.2 +++ b/chillispot/receipt	Wed Oct 20 11:34:25 2010 +0000
     1.3 @@ -14,6 +14,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/) defined (/) || defined (/' src/tun.c
     1.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.9  	--sysconfdir=/etc --mandir=/usr/share/man $CONFIGURE_ARGS && \
    1.10  	make && make DESTDIR=$PWD/_pkg install