[MacPorts] #59659: babl @ 0.1.72: Build fails on PPC: ERROR: Problem encountered: You should use Clang/Clang++ on OSX.
MacPorts
noreply at macports.org
Thu Mar 26 21:43:05 UTC 2020
#59659: babl @ 0.1.72: Build fails on PPC: ERROR: Problem encountered: You should
use Clang/Clang++ on OSX.
---------------------+----------------------
Reporter: kencu | Owner: dbevans
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords:
Port: babl |
---------------------+----------------------
Comment (by kencu):
just stripping the test out works nicely on PPC on MacPorts:
{{{
$ diff -u meson.build.orig meson.build
--- meson.build.orig 2020-03-26 14:41:45.000000000 -0700
+++ meson.build 2020-03-26 14:42:23.000000000 -0700
@@ -108,11 +108,6 @@
host_os.startswith('windows'))
platform_osx = host_os.startswith('darwin')
-if platform_osx
- if cc.get_id() != 'clang'
- error('You should use Clang/Clang++ on OSX.')
- endif
-endif
platform_android = host_os.contains('android')
}}}
--
Ticket URL: <https://trac.macports.org/ticket/59659#comment:2>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list