Ticket #34086: xrender-check.patch

File xrender-check.patch, 427 bytes (added by chief1983@…, 12 years ago)

XRender check fix in the Configure in the MacPorts tar of the source

  • configure

    old new  
    2208622086
    2208722087# check for XRender under Linux/Unix. Some linkers require explicit
    2208822088# linkage (like GNU Gold), so we cannot rely on GTK+ pulling XRender
    22089 if test "$os_win32" = "no"; then
     22089if test "$with_target" = "x11"; then
    2209022090
    2209122091pkg_failed=no
    2209222092{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for XRENDER" >&5