Ticket #43661: Portfile-google-glog.diff
File Portfile-google-glog.diff, 593 bytes (added by sanchom (Sancho McCann), 11 years ago) |
---|
-
Portfile
old new 23 23 checksums rmd160 27fb1bd4156f6715b84d59293d96d1cadc79ea7a \ 24 24 sha256 fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 25 25 26 variant gflags description {Includes gflags command line control of logging} { 27 configure.args-append --with-gflags=${prefix} 28 depends_lib-append port:gflags 29 } 30 31 default_variants +gflags 32 26 33 # https://code.google.com/p/google-glog/issues/detail?id=169 27 34 patchfiles patch-libc++.diff 28 35