[125631] trunk/dports/math/DSDP

ryandesign at macports.org ryandesign at macports.org
Tue Sep 23 03:22:26 PDT 2014


Revision: 125631
          https://trac.macports.org/changeset/125631
Author:   ryandesign at macports.org
Date:     2014-09-23 03:22:26 -0700 (Tue, 23 Sep 2014)
Log Message:
-----------
DSDP: fix build on Yosemite

Modified Paths:
--------------
    trunk/dports/math/DSDP/Portfile
    trunk/dports/math/DSDP/files/patch-make.include.diff

Added Paths:
-----------
    trunk/dports/math/DSDP/files/patch-src-sys-dsdploginfo.c.diff

Modified: trunk/dports/math/DSDP/Portfile
===================================================================
--- trunk/dports/math/DSDP/Portfile	2014-09-23 09:28:52 UTC (rev 125630)
+++ trunk/dports/math/DSDP/Portfile	2014-09-23 10:22:26 UTC (rev 125631)
@@ -29,7 +29,8 @@
 
 depends_lib         port:atlas
 
-patchfiles          patch-make.include.diff
+patchfiles          patch-make.include.diff \
+                    patch-src-sys-dsdploginfo.c.diff
 
 use_configure       no
 

Modified: trunk/dports/math/DSDP/files/patch-make.include.diff
===================================================================
--- trunk/dports/math/DSDP/files/patch-make.include.diff	2014-09-23 09:28:52 UTC (rev 125630)
+++ trunk/dports/math/DSDP/files/patch-make.include.diff	2014-09-23 10:22:26 UTC (rev 125631)
@@ -14,7 +14,7 @@
  
  # STEP 3c: Add other compiler flags.
 -DSDPCFLAGS = 
-+DSDPCFLAGS = -DDSDP_TIME -I/usr/include/sys
++DSDPCFLAGS = -DDSDP_TIME
  #DSDPCFLAGS = -Wall
  #DSDPCFLAGS = -DDSDPMATLAB
  #  Other flags concern BLAS and LAPACK libraries -- see next step.

Added: trunk/dports/math/DSDP/files/patch-src-sys-dsdploginfo.c.diff
===================================================================
--- trunk/dports/math/DSDP/files/patch-src-sys-dsdploginfo.c.diff	                        (rev 0)
+++ trunk/dports/math/DSDP/files/patch-src-sys-dsdploginfo.c.diff	2014-09-23 10:22:26 UTC (rev 125631)
@@ -0,0 +1,10 @@
+--- src/sys/dsdploginfo.c.orig	2005-10-21 14:30:55.000000000 -0500
++++ src/sys/dsdploginfo.c	2014-09-23 05:19:51.000000000 -0500
+@@ -6,7 +6,6 @@
+ #include <stdarg.h>
+ #include <sys/types.h>
+ #include <stdlib.h>
+-#include <malloc.h>
+ #include "dsdpsys.h"
+ #include "dsdpbasictypes.h"
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140923/1fe071c0/attachment.html>


More information about the macports-changes mailing list