Ticket #32219: Portfile.diff

File Portfile.diff, 531 bytes (added by marcin.operacz@…, 12 years ago)

diff for Portfile

  • Portfile

    old new  
    185185    license-append          LGPL-2.1+
    186186}
    187187
     188variant librtmp description {use librtmp (from rtmpdump) as rtmp[t][es]:// protocol handler} {
     189    configure.args-append     --enable-librtmp
     190
     191    depends_lib-append        port:rtmpdump
     192}
     193
    188194# the build server uses the default variants, and we want distributable binaries
    189195# nonfree code is disabled by default but can be enabled using the +nonfree variant