wok diff recordmydesktop/receipt @ rev 5893

compcache: fix build with kernel 2.6.34
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Jul 22 23:03:19 2010 +0200 (2010-07-22)
parents 8be66f03fbd2
children 4d9227d0f560
line diff
     1.1 --- a/recordmydesktop/receipt	Wed Feb 24 11:44:49 2010 +0000
     1.2 +++ b/recordmydesktop/receipt	Thu Jul 22 23:03:19 2010 +0200
     1.3 @@ -17,6 +17,7 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/shmstr.h/shmproto.h/' include/*.h
     1.8  	./configure --prefix=/usr --infodir=/usr/share/info \
     1.9  	--mandir=/usr/share/man $CONFIGURE_ARGS &&
    1.10  	make &&