diff options
author | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-05-29 14:50:14 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de> | 2017-05-29 14:50:14 +0000 |
commit | d0124b4ab7c3ab320cbf515433a3461f9ace0a32 (patch) | |
tree | daefc7dd945de32ae41a24d4b79caf419a618d31 /patches | |
parent | 17e78c61e7677341ec4b3787abbe857bb2b6da26 (diff) | |
download | midipix_build-d0124b4ab7c3ab320cbf515433a3461f9ace0a32.tar.bz2 midipix_build-d0124b4ab7c3ab320cbf515433a3461f9ace0a32.tar.xz |
patches/bdwgc_pre.local.patch: updated.
Diffstat (limited to 'patches')
-rw-r--r-- | patches/bdwgc_pre.local.patch | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/patches/bdwgc_pre.local.patch b/patches/bdwgc_pre.local.patch index 69d5aecb..42f16696 100644 --- a/patches/bdwgc_pre.local.patch +++ b/patches/bdwgc_pre.local.patch @@ -1,13 +1,13 @@ ---- bdwgc/configure.ac.orig 2017-01-23 18:47:24.675963209 +0000 -+++ bdwgc/configure.ac 2017-01-23 18:49:57.396295320 +0000 -@@ -194,6 +194,10 @@ - AC_DEFINE(GC_LINUX_THREADS) - AC_DEFINE(_REENTRANT) +--- bdwgc/configure.ac.orig 2017-05-29 14:42:22.121575637 +0000 ++++ bdwgc/configure.ac 2017-05-29 14:48:31.518727090 +0000 +@@ -195,6 +195,10 @@ + *-*-hpux10*) + AC_MSG_WARN("Only HP-UX 11 POSIX threads are supported.") ;; + *-*-midipix*) -+ AC_DEFINE(GC_LINUX_THREADS) ++ AC_DEFINE(GC_THREADS) + AC_DEFINE(_REENTRANT) + ;; - *-*-aix*) - AC_DEFINE(GC_AIX_THREADS) - AC_DEFINE(_REENTRANT) + *-*-openbsd*) + AC_DEFINE(GC_THREADS) + if test "${enable_parallel_mark}" != no; then |