/[fuse.before_github]/branches/xattr/Makefile.PL
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /branches/xattr/Makefile.PL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 109 by dpavlin, Sat Jan 20 12:37:03 2007 UTC revision 110 by dpavlin, Sat Jan 20 20:27:57 2007 UTC
# Line 29  if ($ver && $ver + 0 < 2.5) { Line 29  if ($ver && $ver + 0 < 2.5) {
29  my $inc = '-DFUSE_USE_VERSION=25 ' . `pkg-config --cflags fuse` || '-I ../include -D_FILE_OFFSET_BITS=64';  my $inc = '-DFUSE_USE_VERSION=25 ' . `pkg-config --cflags fuse` || '-I ../include -D_FILE_OFFSET_BITS=64';
30  my $obj = `pkg-config --libs fuse` || '-lfuse';  my $obj = `pkg-config --libs fuse` || '-lfuse';
31  my $def = '-Wall -g -ggdb';  my $def = '-Wall -g -ggdb';
32  $def .= ' -D__FreeBSD__=10' if $^O eq 'darwin';  $def .= ' -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64' if $^O eq 'darwin';
33    
34  WriteMakefile(  WriteMakefile(
35          'NAME'                  => 'Fuse',          'NAME'                  => 'Fuse',

Legend:
Removed from v.109  
changed lines
  Added in v.110

  ViewVC Help
Powered by ViewVC 1.1.26