wok diff partimage-pam/receipt @ rev 13185

Up: drupal to 7.15.
author Christopher Rogers <slaxemulator@gmail.com>
date Thu Aug 02 23:52:02 2012 +0000 (2012-08-02)
parents 7b13b3b4b836
children 380ffe05937a
line diff
     1.1 --- a/partimage-pam/receipt	Sun May 08 09:40:48 2011 +0000
     1.2 +++ b/partimage-pam/receipt	Thu Aug 02 23:52:02 2012 +0000
     1.3 @@ -17,6 +17,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/gzFile \*m_gzImageFile/gzFile m_gzImageFile/' src/client/imagefile.h
     1.8 +	sed -i 's/(gzFile \*) gzdopen/gzdopen/' src/client/imagefile.cpp
     1.9  	./configure --prefix=/usr --enable-pam \
    1.10  	 --sysconfdir=/etc \
    1.11  	 --infodir=/usr/share/info \