diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-02 23:12:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2020-12-02 23:12:56 +0000 |
| commit | d9b68d6748ac9b0debe3efceb600ae9302bafd56 (patch) | |
| tree | 21eeb8f6500211a562d1e45059bf94d0e459ff61 /dev-util | |
| parent | bb6d117ac7a3798c98bca5b98c538b3770a49542 (diff) | |
| download | baldeagleos-repo-d9b68d6748ac9b0debe3efceb600ae9302bafd56.tar.gz baldeagleos-repo-d9b68d6748ac9b0debe3efceb600ae9302bafd56.tar.xz baldeagleos-repo-d9b68d6748ac9b0debe3efceb600ae9302bafd56.zip | |
Updating liguros repo
Diffstat (limited to 'dev-util')
| -rw-r--r-- | dev-util/cmake/cmake-3.19.1.ebuild | 8 | ||||
| -rw-r--r-- | dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/dev-util/cmake/cmake-3.19.1.ebuild b/dev-util/cmake/cmake-3.19.1.ebuild index 9c290413b185..54a6d646dda4 100644 --- a/dev-util/cmake/cmake-3.19.1.ebuild +++ b/dev-util/cmake/cmake-3.19.1.ebuild @@ -129,14 +129,20 @@ cmake_src_test() { src_prepare() { cmake_src_prepare - # disable Xcode hooks, bug #652134 if [[ ${CHOST} == *-darwin* ]] ; then + # disable Xcode hooks, bug #652134 sed -i -e 's/__APPLE__/__DISABLED_APPLE__/' \ Source/cmGlobalXCodeGenerator.cxx || die # disable isysroot usage with GCC, we've properly instructed # where things are via GCC configuration and ldwrapper sed -i -e '/cmake_gnu_set_sysroot_flag/d' \ Modules/Platform/Apple-GNU-*.cmake || die + # don't set a POSIX standard, system headers don't like that, #757426 + sed -i -e 's/^#if !defined(_WIN32) && !defined(__sun)/& \&\& !defined(__APPLE__)/' \ + Source/cmLoadCommandCommand.cxx \ + Source/cmStandardLexer.h \ + Source/cmSystemTools.cxx \ + Source/cmTimestamp.cxx fi # Add gcc libs to the default link paths diff --git a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild index ad41413c247c..81d3eb361bc2 100644 --- a/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild +++ b/dev-util/gtk-doc/gtk-doc-1.32-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{5,6,7,8,9} ) +PYTHON_COMPAT=( python3_{6,7,8,9} ) inherit eutils elisp-common gnome2 python-single-r1 readme.gentoo-r1 |
