Lines 13-19
EAPI=8
Link Here
|
13 |
# dev-cpp/wangle |
13 |
# dev-cpp/wangle |
14 |
# dev-util/watchman |
14 |
# dev-util/watchman |
15 |
|
15 |
|
16 |
inherit cmake |
16 |
inherit flag-o-matic cmake |
17 |
|
17 |
|
18 |
DESCRIPTION="An open-source C++ library developed and used at Facebook" |
18 |
DESCRIPTION="An open-source C++ library developed and used at Facebook" |
19 |
HOMEPAGE="https://github.com/facebook/folly" |
19 |
HOMEPAGE="https://github.com/facebook/folly" |
Lines 75-80
src_configure() {
Link Here
|
75 |
-DCMAKE_LIBRARY_ARCHITECTURE=$(usex amd64 x86_64 ${ARCH}) |
75 |
-DCMAKE_LIBRARY_ARCHITECTURE=$(usex amd64 x86_64 ${ARCH}) |
76 |
) |
76 |
) |
77 |
|
77 |
|
|
|
78 |
# https://github.com/facebook/folly/issues/1984 |
79 |
use arm64 && append-cxxflags "-flax-vector-conversions" |
80 |
|
78 |
cmake_src_configure |
81 |
cmake_src_configure |
79 |
} |
82 |
} |
80 |
|
83 |
|