Ticket #52464: man-xcode.diff

File man-xcode.diff, 797 bytes (added by raimue (Rainer Müller), 8 years ago)
  • Portfile

     
    44
    55name                man
    66version             1.6g
     7revision            1
    78categories          sysutils
    89platforms           darwin
    910maintainers         mww
     
    6263    configure.args-append +lang all
    6364}
    6465
     66# if libxcselect is available, also add Xcode man pages to search path
     67if {${os.platform} eq "darwin" && ${os.major} >= 13} {
     68    variant xcode description {Look up additional man pages installed by Xcode} {
     69        patchfiles-append   PR11291804-xcode.diff
     70        build.env-append    LIBS=-lxcselect
     71    }
     72    default_variants +xcode
     73}
     74
    6575platform darwin 9 {
    6676    patchfiles-append src__man.conf.in.diff
    6777}