[142230] trunk/dports/devel/valgrind/files/patch-gcc.diff

raimue at macports.org raimue at macports.org
Sat Dec 12 04:52:48 PST 2015


Revision: 142230
          https://trac.macports.org/changeset/142230
Author:   raimue at macports.org
Date:     2015-11-07 07:47:17 -0800 (Sat, 07 Nov 2015)
Log Message:
-----------
devel/valgrind:
Fix +openmpi patch, closes #45277

Modified Paths:
--------------
    trunk/dports/devel/valgrind/files/patch-gcc.diff

Modified: trunk/dports/devel/valgrind/files/patch-gcc.diff
===================================================================
--- trunk/dports/devel/valgrind/files/patch-gcc.diff	2015-11-07 15:14:33 UTC (rev 142229)
+++ trunk/dports/devel/valgrind/files/patch-gcc.diff	2015-11-07 15:47:17 UTC (rev 142230)
@@ -53,8 +53,8 @@
  
  // Give a port a name, without changing its refcount
  // GrP fixme don't override name if it already has a specific one
--__private_extern__ void assign_port_name(mach_port_t port, const char *name)
-+__attribute__((visibility("hidden"))) void assign_port_name(mach_port_t port, const char *name)
+-__private_extern__ void assign_port_name(mach_port_t port, const HChar *name)
++__attribute__((visibility("hidden"))) void assign_port_name(mach_port_t port, const HChar *name)
  {
     OpenPort *i;
     if (!port) return;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20151212/dc6a47bc/attachment.html>


More information about the macports-changes mailing list