Changeset 135947
- Timestamp:
- May 7, 2015, 7:23:20 PM (5 years ago)
- Location:
- trunk/dports/science
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/science/gr-foo/Portfile
r135414 r135947 90 90 # using libc++; 91 91 # Blacklist Clang not supporting C++11 in some form and all GCC. 92 # Just use the cxx11 PortGroup for this specific case. 92 93 93 compiler.blacklist-append *gcc* {clang < 500}94 PortGroup cxx11 1.0 94 95 95 96 } -
trunk/dports/science/gr-ieee802-11/Portfile
r135474 r135947 89 89 # using libc++; 90 90 # Blacklist Clang not supporting C++11 in some form and all GCC. 91 # Just use the cxx11 PortGroup for this specific case. 91 92 92 compiler.blacklist-append *gcc* {clang < 500}93 PortGroup cxx11 1.0 93 94 94 95 } -
trunk/dports/science/gr-ieee802-15-4/Portfile
r135859 r135947 92 92 # using libc++; 93 93 # Blacklist Clang not supporting C++11 in some form and all GCC. 94 # Just use the cxx11 PortGroup for this specific case. 94 95 95 compiler.blacklist-append *gcc* {clang < 500}96 PortGroup cxx11 1.0 96 97 97 98 }
Note: See TracChangeset
for help on using the changeset viewer.