Ticket #28276: patch-ARB-DARWIN.pl.diff

File patch-ARB-DARWIN.pl.diff, 793 bytes (added by matt.cottrell@…, 13 years ago)

Response to perl5.12.3 update

  • PERL2ARB/DARWIN.PL

     
    44WriteMakefile(
    55    'NAME'         => 'ARB',
    66    'VERSION_FROM' => 'ARB.pm',               # finds $VERSION
    7    #'LIBS'         => '-L../ARBDB2 -lARBDB -L/usr/local/lib/perl5/5.10.0/darwin-2level/CORE/ -lperl',  # e.g., '-lm'
    8     'LIBS'         => '-L../ARBDB2 -lARBDB -L/System/Library/Perl/lib/5.10/ -lperl', #System provides 64-bit Perl with Snow Leopard
     7    'LIBS'         => '-L../ARBDB2 -lARBDB -L@@PREFIX@@/lib/perl5/5.12.3/darwin-multi-2level/CORE/ -lperl', #MacPorts installs 64-bit perl5.8.9
    98    'DEFINE'       => '',                     # e.g., '-DHAVE_SOMETHING'
    109    'INC'          => '-I../INCLUDE',         # e.g., '-I/usr/include/other'
    1110    'CCFLAGS'      => '-arch x86_64',