SF.net SVN: gar:[23737] csw/mgar/pkg/glib2/trunk
slowfranklin at users.sourceforge.net
slowfranklin at users.sourceforge.net
Fri May 30 22:27:11 CEST 2014
Revision: 23737
http://sourceforge.net/p/gar/code/23737
Author: slowfranklin
Date: 2014-05-30 20:27:08 +0000 (Fri, 30 May 2014)
Log Message:
-----------
glib2/trunk: Fix configure test for pthread
Modified Paths:
--------------
csw/mgar/pkg/glib2/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/glib2/trunk/files/0001-Fix-configure-pthread-detection.patch
Modified: csw/mgar/pkg/glib2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/glib2/trunk/Makefile 2014-05-30 19:37:56 UTC (rev 23736)
+++ csw/mgar/pkg/glib2/trunk/Makefile 2014-05-30 20:27:08 UTC (rev 23737)
@@ -47,6 +47,7 @@
PATCHFILES_5.11 += 0020-Adjust-path-to-zoneinfo-database.patch
PATCHFILES += 0022-Change-shell-to-bash-in-test-shell-scripts.patch
PATCHFILES += 0029-Don-t-undefine-_XOPEN_SOURCE.patch
+PATCHFILES += 0001-Fix-configure-pthread-detection.patch
#
# Until someone invests some real resources into checking all test patches,
Added: csw/mgar/pkg/glib2/trunk/files/0001-Fix-configure-pthread-detection.patch
===================================================================
--- csw/mgar/pkg/glib2/trunk/files/0001-Fix-configure-pthread-detection.patch (rev 0)
+++ csw/mgar/pkg/glib2/trunk/files/0001-Fix-configure-pthread-detection.patch 2014-05-30 20:27:08 UTC (rev 23737)
@@ -0,0 +1,25 @@
+From 486ad042884089ed48fbc6468d16bf0a727f8473 Mon Sep 17 00:00:00 2001
+From: Ralph Boehme <sloowfranklin at gmail.com>
+Date: Fri, 30 May 2014 22:09:06 +0200
+Subject: [PATCH] Fix configure pthread detection
+
+---
+ configure | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/configure b/configure
+index fa4bbcd..74758e6 100755
+--- a/configure
++++ b/configure
+@@ -26056,7 +26056,7 @@ if test "x$with_threads" = xyes || test "x$with_threads" = xposix; then :
+
+ if test "x$have_threads" = xno; then :
+
+- cat confdefs.h - <<_ACEOF >conftest.$ac_ext
++ cat <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h. */
+ #include <pthread.h>
+ int
+--
+1.8.4.1
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list