[126776] trunk/dports/devel/gdb

ryandesign at macports.org ryandesign at macports.org
Tue Oct 14 19:40:53 PDT 2014


Revision: 126776
          https://trac.macports.org/changeset/126776
Author:   ryandesign at macports.org
Date:     2014-10-14 19:40:52 -0700 (Tue, 14 Oct 2014)
Log Message:
-----------
gdb: fix build on Yosemite (#43973)

Modified Paths:
--------------
    trunk/dports/devel/gdb/Portfile

Added Paths:
-----------
    trunk/dports/devel/gdb/files/patch-darwin-nat.c.diff

Modified: trunk/dports/devel/gdb/Portfile
===================================================================
--- trunk/dports/devel/gdb/Portfile	2014-10-15 02:01:43 UTC (rev 126775)
+++ trunk/dports/devel/gdb/Portfile	2014-10-15 02:40:52 UTC (rev 126776)
@@ -39,6 +39,8 @@
 
 depends_build   port:gettext port:zlib
 
+patchfiles      patch-darwin-nat.c.diff
+
 configure.args \
     --infodir=${prefix}/share/info \
     --mandir=${prefix}/share/man \

Added: trunk/dports/devel/gdb/files/patch-darwin-nat.c.diff
===================================================================
--- trunk/dports/devel/gdb/files/patch-darwin-nat.c.diff	                        (rev 0)
+++ trunk/dports/devel/gdb/files/patch-darwin-nat.c.diff	2014-10-15 02:40:52 UTC (rev 126776)
@@ -0,0 +1,12 @@
+https://sourceware.org/bugzilla/show_bug.cgi?id=17046
+--- gdb/darwin-nat.c.orig	2014-06-15 10:49:39.000000000 -0700
++++ gdb/darwin-nat.c	2014-06-15 10:51:23.000000000 -0700
+@@ -42,7 +42,7 @@
+ 
+ #include <sys/ptrace.h>
+ #include <sys/signal.h>
+-#include <machine/setjmp.h>
++#include <setjmp.h>
+ #include <sys/types.h>
+ #include <unistd.h>
+ #include <signal.h>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20141014/76210f0c/attachment.html>


More information about the macports-changes mailing list