Ticket #55980: patch-portfile-threadlocal.diff

File patch-portfile-threadlocal.diff, 579 bytes (added by kencu (Ken), 6 years ago)
  • Portfile

    old new  
    55PortGroup           github 1.0
    66PortGroup           muniversal 1.0
    77PortGroup           cxx11 1.1
     8PortGroup           compiler_blacklist_versions 1.0
    89
    910name                uhd
    1011categories          science comms
     
    6263
    6364}
    6465
     66# need a compiler that supports thread_local storage
     67compiler.blacklist-append \
     68                     { clang < 800 }
     69
    6570# override the github Portgroup's homepage setting
    6671
    6772homepage             http://uhd.ettus.com/