wok-next diff recordmydesktop/receipt @ rev 6305

Fixed some --disable options in gutenprint.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Sep 16 19:21:25 2010 +0000 (2010-09-16)
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 Sep 16 19:21:25 2010 +0000
     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 &&