wok diff dia/receipt @ rev 13399

Up wireshark (1.8.2)
author Samuel Trassare <samuel_trassare@yahoo.com>
date Wed Sep 26 16:12:34 2012 +0000 (2012-09-26)
parents 72f6921dc161
children 380ffe05937a
line diff
     1.1 --- a/dia/receipt	Fri Mar 09 10:58:46 2012 +0100
     1.2 +++ b/dia/receipt	Wed Sep 26 16:12:34 2012 +0000
     1.3 @@ -20,6 +20,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	find . -name '*.[ch]*' | xargs sed -i 's|<glib/.*h|<glib.h|'
     1.8 +	sed -i 's|stdio.h>|&\n#include <sys/stat.h>|' plug-ins/vdx/vdx-export.c
     1.9  	patch -Np1 -i $stuff/dia-overflow-fix.patch
    1.10  	./configure --with-python \
    1.11  		--disable-gnome \