[79234] trunk/dports/x11/xorg-server

jeremyhu at macports.org jeremyhu at macports.org
Sun Jun 5 19:03:45 PDT 2011


Revision: 79234
          http://trac.macports.org/changeset/79234
Author:   jeremyhu at macports.org
Date:     2011-06-05 19:03:45 -0700 (Sun, 05 Jun 2011)
Log Message:
-----------
xorg-server: Leopard buildfix #29717.

Modified Paths:
--------------
    trunk/dports/x11/xorg-server/Portfile

Added Paths:
-----------
    trunk/dports/x11/xorg-server/files/1001-XQuartz-Add-missing-include-for-pthread.h.patch

Modified: trunk/dports/x11/xorg-server/Portfile
===================================================================
--- trunk/dports/x11/xorg-server/Portfile	2011-06-06 02:02:40 UTC (rev 79233)
+++ trunk/dports/x11/xorg-server/Portfile	2011-06-06 02:03:45 UTC (rev 79234)
@@ -87,6 +87,7 @@
         0005-privates.h-line-198-warning-void-function-cannot-ret.patch \
         0006-XQuartz-GLX-Create-a-new-dispatch-table-rather-than-.patch \
         0007-test-fix-memset-size-for-WindowRec-37801.patch \
+        1001-XQuartz-Add-missing-include-for-pthread.h.patch \
         5001-Workaround-the-GC-clipping-problem-in-miPaintWindow-.patch \
         5002-fb-Revert-fb-changes-that-broke-XQuartz.patch \
         5003-configure.ac-Add-fno-strict-aliasing-to-CFLAGS.patch

Added: trunk/dports/x11/xorg-server/files/1001-XQuartz-Add-missing-include-for-pthread.h.patch
===================================================================
--- trunk/dports/x11/xorg-server/files/1001-XQuartz-Add-missing-include-for-pthread.h.patch	                        (rev 0)
+++ trunk/dports/x11/xorg-server/files/1001-XQuartz-Add-missing-include-for-pthread.h.patch	2011-06-06 02:03:45 UTC (rev 79234)
@@ -0,0 +1,30 @@
+From 1f3a4b189b98a44e82eae78a30dcbbc495512b12 Mon Sep 17 00:00:00 2001
+From: Jeremy Huddleston <jeremyhu at apple.com>
+Date: Sun, 5 Jun 2011 21:59:13 -0400
+Subject: [PATCH] XQuartz: Add missing include for <pthread.h>
+
+BuildFix for Leopard and earlier.
+
+https://trac.macports.org/ticket/29717
+
+Signed-off-by: Jeremy Huddleston <jeremyhu at apple.com>
+---
+ hw/xquartz/X11Application.m |    2 ++
+ 1 files changed, 2 insertions(+), 0 deletions(-)
+
+diff --git a/hw/xquartz/X11Application.m b/hw/xquartz/X11Application.m
+index a51ee82..31aa9b9 100644
+--- a/hw/xquartz/X11Application.m
++++ b/hw/xquartz/X11Application.m
+@@ -49,6 +49,8 @@
+ #include <unistd.h>
+ #include <AvailabilityMacros.h>
+ 
++#include <pthread.h>
++
+ #include <Xplugin.h>
+ 
+ // pbproxy/pbproxy.h
+-- 
+1.7.5.4
+
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110605/618c2683/attachment.html>


More information about the macports-changes mailing list