Ticket #24678: cln.diff
File cln.diff, 616 bytes (added by ryandesign (Ryan Carsten Schmidt), 15 years ago) |
---|
-
Portfile
23 23 24 24 depends_lib port:gmp 25 25 26 platform darwin 7 {27 pre-fetch {28 error "cln is not supported on Panther (OS X 10.3.x)"29 }30 }31 32 26 configure.cflags-delete -O2 33 27 configure.cflags-append -O 34 28 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 29 test.run yes 30 test.target check