Ticket #31851: subtitleripper.diff
File subtitleripper.diff, 468 bytes (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
Portfile
30 30 31 31 use_configure no 32 32 33 if {${os.platform} == "darwin" && ${os.major} >= 11} { 34 configure.cflags-append -DHAVE_GETLINE 35 } 36 33 37 build.args CC="${configure.cc} ${configure.cc_archflags}" \ 34 38 CFLAGS="${configure.cflags}" \ 35 39 LDFLAGS="${configure.ldflags}"