summaryrefslogtreecommitdiffhomepage
path: root/patches/bdwgc_pre.local.patch
diff options
context:
space:
mode:
authorLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-06-15 18:18:20 +0000
committerLucio Andrés Illanes Albornoz (arab, vxp) <lucio@lucioillanes.de>2017-06-15 18:18:20 +0000
commitd08b6722ad771e110e4e21201a203c0e465debe9 (patch)
treea2affa43e2eba8a48dda51d16bbb338ce26dcee6 /patches/bdwgc_pre.local.patch
parentdb5e8b369da2c8985c504af592b82de0720a394d (diff)
downloadmidipix_build-d08b6722ad771e110e4e21201a203c0e465debe9.tar.bz2
midipix_build-d08b6722ad771e110e4e21201a203c0e465debe9.tar.xz
patches/bdwgc_pre.local.patch: updated.
Diffstat (limited to 'patches/bdwgc_pre.local.patch')
-rw-r--r--patches/bdwgc_pre.local.patch16
1 files changed, 8 insertions, 8 deletions
diff --git a/patches/bdwgc_pre.local.patch b/patches/bdwgc_pre.local.patch
index 42f16696..39189890 100644
--- a/patches/bdwgc_pre.local.patch
+++ b/patches/bdwgc_pre.local.patch
@@ -1,13 +1,13 @@
---- 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.")
+--- 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.
;;
+ *-*-midipix*)
+ AC_DEFINE(GC_THREADS)
+ AC_DEFINE(_REENTRANT)
+ ;;
- *-*-openbsd*)
- AC_DEFINE(GC_THREADS)
- if test "${enable_parallel_mark}" != no; then
+ *-*-openbsd*)
+ AM_CFLAGS="$AM_CFLAGS -pthread"
+ THREADDLLIBS=-pthread