Ticket #55980: patch-portfile-threadlocal.diff
File patch-portfile-threadlocal.diff, 579 bytes (added by kencu (Ken), 7 years ago) |
---|
-
Portfile
old new 5 5 PortGroup github 1.0 6 6 PortGroup muniversal 1.0 7 7 PortGroup cxx11 1.1 8 PortGroup compiler_blacklist_versions 1.0 8 9 9 10 name uhd 10 11 categories science comms … … 62 63 63 64 } 64 65 66 # need a compiler that supports thread_local storage 67 compiler.blacklist-append \ 68 { clang < 800 } 69 65 70 # override the github Portgroup's homepage setting 66 71 67 72 homepage http://uhd.ettus.com/