Permalink
Browse files
minetest: requires thread_local storage
- Loading branch information
Showing
with
5 additions
and
0 deletions.
-
+5
−0
games/minetest/Portfile
|
|
@@ -3,6 +3,11 @@ |
|
|
PortSystem 1.0 |
|
|
PortGroup github 1.0 |
|
|
PortGroup cmake 1.1 |
|
|
PortGroup compiler_blacklist_versions 1.0 |
|
|
PortGroup cxx11 1.1 |
|
|
|
|
|
# required thread_local storage |
|
|
compiler.blacklist-append {clang < 802} |
|
|
|
|
|
github.setup minetest minetest 5.0.1 |
|
|
revision 0 |
|
|
|