Ticket #52754: libsdl2-x11deps.patch

File libsdl2-x11deps.patch, 796 bytes (added by dbevans (David B. Evans), 8 years ago)

Proposed patch to add missing dependencies, rev bump

  • Portfile

     
    66name            libsdl2
    77set my_name     SDL2
    88version         2.0.5
     9revision        1
    910categories      devel multimedia
    1011platforms       macosx freebsd
    1112license         zlib
     
    4647                          --x-libraries=${prefix}/lib \
    4748                          --disable-x11-shared
    4849    depends_lib-append \
     50        port:xorg-libX11 \
     51        port:xorg-libXcursor \
    4952        port:xorg-libXext \
     53        port:xorg-libXi \
     54        port:xorg-libXinerama \
    5055        port:xorg-libXrandr \
     56        port:xorg-libXScrnSaver \
     57        port:xorg-libXxf86vm \
    5158        port:xrender
    5259}
    5360if {${os.subplatform} ne "macosx"} {