diff options
Diffstat (limited to 'Ports/bdwgc/patches/0007-Add-serenity-to-the-conigure-list-of-pthread-unixes.patch')
-rw-r--r-- | Ports/bdwgc/patches/0007-Add-serenity-to-the-conigure-list-of-pthread-unixes.patch | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/Ports/bdwgc/patches/0007-Add-serenity-to-the-conigure-list-of-pthread-unixes.patch b/Ports/bdwgc/patches/0007-Add-serenity-to-the-conigure-list-of-pthread-unixes.patch new file mode 100644 index 0000000000..1cf95b29ab --- /dev/null +++ b/Ports/bdwgc/patches/0007-Add-serenity-to-the-conigure-list-of-pthread-unixes.patch @@ -0,0 +1,25 @@ +From d55e0b907be765212bdd214c9b0c248646d294e8 Mon Sep 17 00:00:00 2001 +From: Peter Elliott <pelliott@ualberta.ca> +Date: Mon, 16 May 2022 23:55:41 -0600 +Subject: [PATCH 7/7] Add serenity to the conigure list of pthread unixes + +--- + configure.ac | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/configure.ac b/configure.ac +index 3b38e6f..5b6daa4 100644 +--- a/configure.ac ++++ b/configure.ac +@@ -201,7 +201,7 @@ case "$THREADS" in + *-*-aix* | *-*-android* | *-*-cygwin* | *-*-darwin* | *-*-dragonfly* | \ + *-*-freebsd* | *-*-haiku* | *-*-hpux11* | *-*-irix* | \ + *-*-kfreebsd*-gnu | *-*-gnu* | *-*-*linux* | *-*-msys* | *-*-nacl* | \ +- *-*-netbsd* | *-*-openbsd* | *-*-osf* | *-*-solaris*) ++ *-*-netbsd* | *-*-openbsd* | *-*-osf* | *-*-solaris* | *-*-serenity* ) + AC_DEFINE(GC_THREADS) + AC_DEFINE([_REENTRANT], [1], + [Required define if using POSIX threads.]) +-- +2.36.1 + |