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.3 by root, Thu Jun 28 05:34:58 2007 UTC vs.
Revision 1.4 by root, Thu Jul 5 06:49:10 2007 UTC

2 2
3# Convert a gtk2-perl program to a standalone linux binary 3# Convert a gtk2-perl program to a standalone linux binary
4 4
5PERL=/usr 5PERL=/usr
6PERLLIB=/usr/lib/perl5/ 6PERLLIB=/usr/lib/perl5/
7PANGO=1.5.0
7#PERL=/opt/perl 8#PERL=/opt/perl
8#PERLLIB=/opt/perl/lib/perl5/ 9#PERLLIB=/opt/perl/lib/perl5/
9PANGO=1.5.0 10#PANGO=1.6.0
10 11
11( 12(
12 # patch braindamaged pango 13 # patch braindamaged pango
13 perl -pe 's{/u(?=sr/lib(32)?/pango)}{/\x00}g; s{\Q'$PANGO'\E\x00}{\x00.-.-\x00}g' </usr/lib/libpango-1.0.so.0 >pango-1.0.so.0 14 perl -pe 's{/u(?=sr/lib(32)?/pango)}{/\x00}g; s{\Q'$PANGO'\E\x00}{\x00.-.-\x00}g' </usr/lib/libpango-1.0.so.0 >pango-1.0.so.0
14 cat <<EOF 15 cat <<EOF

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines