[MacPorts] #44062: root6: either make it work on 10.6 (or declare it broken)
MacPorts
noreply at macports.org
Wed Jun 18 08:36:06 PDT 2014
#44062: root6: either make it work on 10.6 (or declare it broken)
----------------------+--------------------------------
Reporter: mojca@… | Owner: macports-tickets@…
Type: defect | Status: new
Priority: Normal | Milestone:
Component: ports | Version:
Resolution: | Keywords: snowleopard
Port: root6 |
----------------------+--------------------------------
Comment (by mojca@…):
The solution mentioned in that ticket was [https://github.com/root-
mirror/root/commit/d194bd7a33136b9d491a1fcdcc10fbc16c80956c this one]:
{{{
#!diff
--- core/thread/inc/ThreadLocalStorage.h.orig
+++ core/thread/inc/ThreadLocalStorage.h
@@ -44,7 +44,7 @@
#endif
#if defined(R__MACOSX)
-# if defined(__clang__)
+# if defined(__clang__) && defined(MAC_OS_X_VERSION_10_7)
# define R__HAS___THREAD
# else
# define R__HAS_PTHREAD
}}}
Is it possible that `MAC_OS_X_VERSION_10_7` is defined on 10.6? I believe
that I need to rebuild everything in order to test. Simply running `make`
after changing that file didn't really help.
--
Ticket URL: <https://trac.macports.org/ticket/44062#comment:15>
MacPorts <http://www.macports.org/>
Ports system for OS X
More information about the macports-tickets
mailing list