Ticket #43661: Portfile-google-glog.diff

File Portfile-google-glog.diff, 593 bytes (added by sanchom (Sancho McCann), 10 years ago)

Added gflags variant to Portfile

  • Portfile

    old new  
    2323checksums           rmd160  27fb1bd4156f6715b84d59293d96d1cadc79ea7a \
    2424                    sha256  fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
    2525
     26variant gflags description {Includes gflags command line control of logging} {
     27    configure.args-append --with-gflags=${prefix}
     28    depends_lib-append port:gflags
     29}
     30
     31default_variants +gflags
     32
    2633# https://code.google.com/p/google-glog/issues/detail?id=169
    2734patchfiles          patch-libc++.diff
    2835