--- perl-llin/Makefile.PL 2007/01/20 12:37:03 109 +++ perl-llin/Makefile.PL 2007/01/20 20:27:57 110 @@ -29,7 +29,7 @@ my $inc = '-DFUSE_USE_VERSION=25 ' . `pkg-config --cflags fuse` || '-I ../include -D_FILE_OFFSET_BITS=64'; my $obj = `pkg-config --libs fuse` || '-lfuse'; my $def = '-Wall -g -ggdb'; -$def .= ' -D__FreeBSD__=10' if $^O eq 'darwin'; +$def .= ' -D__FreeBSD__=10 -D_FILE_OFFSET_BITS=64' if $^O eq 'darwin'; WriteMakefile( 'NAME' => 'Fuse',