Files
haikuports/app-crypt/gpgme/patches/gpgme-1.24.1.patchset
2024-12-10 21:03:46 +01:00

25 lines
582 B
Plaintext

From 59571cd36379211b0060bc35d073c5dacfc17027 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= <revol@free.fr>
Date: Sun, 16 Nov 2014 14:50:17 +0100
Subject: configure.ac: Haiku does have a thread-safe getenv
Also force HAVE_PTHREAD.
diff --git a/configure.ac b/configure.ac
index ae4c7da..4dfcbbf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -268,6 +268,9 @@ case "${host}" in
*-apple-darwin*)
have_macos_system=yes
;;
+ *-haiku*)
+ have_thread_safe_getenv=yes
+ ;;
esac
case "${host}" in
*-mingw32*)
--
2.43.2