diff options
author | Andrew "RhodiumToad" Gierth <andrew@tao11.riddles.org.uk> | 2023-07-28 14:58:44 +0200 |
---|---|---|
committer | Robert Clausecker <fuz@FreeBSD.org> | 2023-07-31 01:59:04 +0300 |
commit | 94218d3a91189c7afea956e8905d5e5ecf879a2c (patch) | |
tree | bc32f383989071e463161e8021ca47c3d239c753 /lang/guile2/files/patch-libguile_pthread-threads.h | |
parent | Mk/Uses/pkgconfig.mk: add support for PKGCONFIG_PATHS (diff) |
Mk/Uses: Add guile.mk
This patch adds USES=guile[:options], a framework to permit the
concurrent installation of different guile versions, allowing
ports to specify which guile they need.
lang/guile is now a meta-port, installing the default guile version;
guile 3 is now shipped in lang/guile3.
A new port lang/guile-aclocal holds the guile.m4 file from guile3
to permit ports written against guile1 or guile2 to avoid conflicts.
PR: 260960
Reported by: Martin Neubauer <m.ne@gmx.net>
Approved by: bofh
Differential Revision: https://reviews.freebsd.org/D40194
Diffstat (limited to 'lang/guile2/files/patch-libguile_pthread-threads.h')
-rw-r--r-- | lang/guile2/files/patch-libguile_pthread-threads.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/guile2/files/patch-libguile_pthread-threads.h b/lang/guile2/files/patch-libguile_pthread-threads.h index 97eb6e8d8779..907bf2089703 100644 --- a/lang/guile2/files/patch-libguile_pthread-threads.h +++ b/lang/guile2/files/patch-libguile_pthread-threads.h @@ -1,4 +1,4 @@ ---- libguile/pthread-threads.h.orig 2012-07-02 09:28:13 UTC +--- libguile/pthread-threads.h.orig 2011-11-22 10:55:14 UTC +++ libguile/pthread-threads.h @@ -27,6 +27,9 @@ */ @@ -9,4 +9,4 @@ +#endif #include <sched.h> - /* `libgc' defines wrapper procedures for pthread calls. */ + /* Threads |