Ticket #24678: cln.diff

File cln.diff, 616 bytes (added by ryandesign (Ryan Carsten Schmidt), 14 years ago)

proposed patch

  • Portfile

     
    2323
    2424depends_lib     port:gmp
    2525
    26 platform darwin 7 {
    27         pre-fetch {
    28                 error "cln is not supported on Panther (OS X 10.3.x)"
    29         }
    30 }
    31 
    3226configure.cflags-delete -O2
    3327configure.cflags-append -O
    3428
    35 configure.args  --with-gmp=${prefix}/lib                \
    36                 --infodir=${prefix}/share/info          \
    37                 --mandir=${prefix}/share/man
    38 
    39 default_variants        +test
    40 variant test description {run testsuite} {
    41                   test.run      yes
    42                   test.target   check
    43                 }
    44 
     29test.run        yes
     30test.target     check