Changeset 28266 for trunk/dports


Ignore:
Timestamp:
Aug 27, 2007, 1:41:47 AM (17 years ago)
Author:
rhwood@…
Message:

Possible fix for Mac OS X 10.3.x build failures

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dports/x11/gtk2/Portfile

    r27708 r28266  
    5454                }
    5555        }
    56         if {[file exists ${prefix}/bin/cups-config]} {
     56        if {${os.platform} == "darwin" && [rpm-vercomp ${os.version} 8.0] < 0 && [file exists ${prefix}/bin/cups-config]} {
    5757                return -code 1 "\nThe cups-headers port may prevent building this port.  Please uninstall\n(or deactivate) cups-headers and restart the build.\n"
    5858        }
     
    7272platform darwin 6 { patchfiles-append patch-gtk-xdgmime-xdgmimemagic.c }
    7373
     74platform darwin 7 {
     75        depends_build-append \
     76                port:cups-headers
     77}
     78
    7479variant quartz { configure.args-append --with-gdktarget=quartz }
    7580
Note: See TracChangeset for help on using the changeset viewer.