From e22af77276eae62eebc5f6b7faf4ff6c835311d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=98rjan=20Malde?= Date: Mon, 6 Jul 2020 19:39:49 +0200 Subject: groups/231.native_packages_etc.group: bdwgc: proper configure support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Lucio Andrés Illanes Albornoz --- patches/bdwgc_pre.local.patch | 41 ++++++++++++++++++++++++++++++----------- 1 file changed, 30 insertions(+), 11 deletions(-) (limited to 'patches/bdwgc_pre.local.patch') diff --git a/patches/bdwgc_pre.local.patch b/patches/bdwgc_pre.local.patch index 39189890..ba43365c 100644 --- a/patches/bdwgc_pre.local.patch +++ b/patches/bdwgc_pre.local.patch @@ -1,13 +1,32 @@ ---- bdwgc/configure.ac.orig 2017-06-15 16:27:37.964531977 +0000 -+++ bdwgc/configure.ac 2017-06-15 18:17:47.369988647 +0000 -@@ -208,6 +208,10 @@ - THREADDLLIBS="-lpthread -lrt" - # HPUX needs REENTRANT for the _r calls. +diff -ru bdwgc.orig/configure.ac bdwgc/configure.ac +--- bdwgc.orig/configure.ac 2020-07-05 12:09:58.042430329 +0200 ++++ bdwgc/configure.ac 2020-07-06 19:34:20.918143543 +0200 +@@ -194,7 +194,7 @@ + *-*-aix* | *-*-android* | *-*-cygwin* | *-*-darwin* | *-*-dragonfly* | \ + *-*-freebsd* | *-*-haiku* | *-*-hpux11* | *-*-irix* | \ + *-*-kfreebsd*-gnu | *-*-gnu* | *-*-*linux* | *-*-msys* | *-*-nacl* | \ +- *-*-netbsd* | *-*-openbsd* | *-*-osf* | *-*-solaris*) ++ *-*-netbsd* | *-*-openbsd* | *-*-osf* | *-*-solaris* | *-*-midipix*) + AC_DEFINE(GC_THREADS) + AC_DEFINE([_REENTRANT], [1], + [Required define if using POSIX threads.]) +@@ -240,6 +240,10 @@ + THREADDLLIBS="" + win32_threads=true ;; -+ *-*-midipix*) -+ AC_DEFINE(GC_THREADS) -+ AC_DEFINE(_REENTRANT) ++ *-*-midipix*) ++ # libpthread is part of libc ++ THREADDLLIBS="" + ;; - *-*-openbsd*) - AM_CFLAGS="$AM_CFLAGS -pthread" - THREADDLLIBS=-pthread + *-*-mingw*) + AC_DEFINE(GC_WIN32_PTHREADS) + # Using pthreads-win32 (or other non-Cygwin pthreads) library. +@@ -791,7 +795,7 @@ + [AC_TRY_COMPILE([ + #ifdef __CYGWIN__ + #define _GNU_SOURCE 1 +-#elif defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) ++#elif defined(__linux__) || defined(__GLIBC__) || defined(__GNU__) || defined(__midipix__) + #define _GNU_SOURCE 1 + #endif + #include ], -- cgit v1.2.3