diff options
Diffstat (limited to 'import_libevent')
| -rwxr-xr-x | import_libevent | 6 | 
1 files changed, 4 insertions, 2 deletions
diff --git a/import_libevent b/import_libevent index 659bb97..14659b5 100755 --- a/import_libevent +++ b/import_libevent @@ -1,5 +1,7 @@  #!/bin/sh +LE=../libevent-1.4.0-beta +  if ! [ -e evbuffer.c ]; then     echo do not run this programm unless you know what you are doing     exit 1 @@ -12,10 +14,10 @@ rsync -avP libev/. . --exclude CVS  rm -f configure.ac -LE=../libevent-1.4.0-beta -  cp $LE/evdns.h . +perl -i -pe 's%^/.libevent-include./%#include "event_compat.h"%' event.h +  perl -ne '     s/\s+char buf\[64\];/\tchar buf[96];/;     if (/#include "event.h"/) {  | 
