Ticket #11124: libmpeg2-Portfile_nosdl.patch

File libmpeg2-Portfile_nosdl.patch, 603 bytes (added by namely_void@…, 17 years ago)

Patch to the current Portfile

  • multimedia/libmpeg2/Portfile

    old new  
    33PortSystem 1.0
    44name                    libmpeg2
    55version                 0.4.0b
     6revision                1
    67categories              multimedia
    78maintainers             nomaintainer@macports.org
    89homepage                http://libmpeg2.sourceforge.net/
     
    3031        configure.env-append CC=/usr/bin/gcc-4.0 CXX=/usr/bin/g++-4.0 CPP=/usr/bin/cpp-4.0
    3132}
    3233
     34variant no_sdl {
     35        depends_lib-delete      port:libsdl
     36        configure.args-append --disable-sdl
     37}