ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/makebin.linux
(Generate patch)

Comparing deliantra/Deliantra-Client/makebin.linux (file contents):
Revision 1.22 by root, Wed Jan 14 23:51:18 2009 UTC vs.
Revision 1.23 by root, Tue Sep 15 18:49:55 2009 UTC

25PANGO=1.5.0 25PANGO=1.5.0
26#PERL=/opt/perl 26#PERL=/opt/perl
27#PERLLIB=/opt/perl/lib/perl5/ 27#PERLLIB=/opt/perl/lib/perl5/
28#PANGO=1.6.0 28#PANGO=1.6.0
29 29
30export EV_EVENTFD=0
31export EV_INOTIFY=0
32export EV_SIGNALFD=0
33
30for mod in AnyEvent EV JSON-XS Deliantra Compress-LZF BDB Guard; do 34for mod in common-sense AnyEvent EV JSON-XS Deliantra Compress-LZF BDB Guard; do
31 ( 35 (
32 cd /root/src/$mod 36 cd /root/src/$mod
33 $PERL/bin/perl Makefile.PL </dev/null 37 $PERL/bin/perl Makefile.PL </dev/null
34 make clean 38 make clean
35 $PERL/bin/perl Makefile.PL </dev/null 39 $PERL/bin/perl Makefile.PL </dev/null

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines