Ticket #881: portfile_1.2.6.diff

File portfile_1.2.6.diff, 1.1 KB (added by blb@…, 21 years ago)

unidiff patch to Portfile

  • Portfile

    old new  
    22
    33PortSystem 1.0
    44name            libsdl
    5 version         1.2.5
     5version         1.2.6
    66categories      graphics
    77maintainers     leimy@opendarwin.org
    88description     Cross-platform multi-media development API
    99platforms       darwin freebsd
    1010master_sites    http://www.libsdl.org/release/
    1111distname        SDL-${portversion}
    12 checksums       md5 cacacf4e4cca546de168fedc23b9b44b
     12checksums       md5 9011f147f23ec535515291d0c9c6904c
    1313configure.args  --enable-shared
    1414
    15 patchfiles      patch-sdl_stretch.c
    16 
    17 pre-patch {
    18         reinplace "s|@SDL_CFLAGS@|-I@includedir@ @SDL_CFLAGS@|" \
    19                 ${worksrcpath}/sdl-config.in
    20        }
    21 
    22 
    2315long_description \
    2416Simple DirectMedia Layer is a cross-platform multimedia library designed to provide \
    2517fast access to the graphics framebuffer and audio device. It is used by MPEG \
    2618playback software, emulators, and many popular games, including the award winning \
    2719Linux port of "Civilization: Call To Power." Simple DirectMedia Layer supports \
    2820Linux, Win32, BeOS, MacOS, Solaris, IRIX, and FreeBSD.
     21
     22variant nostatic {
     23        configure.args-append   --disable-static
     24}
    2925