[71287] trunk/dports/math/octave-devel/files/patch-lo-specfun.cc.diff

michaelld at macports.org michaelld at macports.org
Tue Sep 7 14:00:36 PDT 2010


Revision: 71287
          http://trac.macports.org/changeset/71287
Author:   michaelld at macports.org
Date:     2010-09-07 14:00:35 -0700 (Tue, 07 Sep 2010)
Log Message:
-----------
Adding forgotten patchfile.

Added Paths:
-----------
    trunk/dports/math/octave-devel/files/patch-lo-specfun.cc.diff

Added: trunk/dports/math/octave-devel/files/patch-lo-specfun.cc.diff
===================================================================
--- trunk/dports/math/octave-devel/files/patch-lo-specfun.cc.diff	                        (rev 0)
+++ trunk/dports/math/octave-devel/files/patch-lo-specfun.cc.diff	2010-09-07 21:00:35 UTC (rev 71287)
@@ -0,0 +1,15 @@
+--- liboctave/lo-specfun.cc
++++ liboctave/lo-specfun.cc
+@@ -25,6 +25,12 @@
+ #include <config.h>
+ #endif
+ 
++#if !defined (_REENTRANT)
++#define _REENTRANT
++#endif
++#include <cmath>
++#undef _REENTRANT
++
+ #include "Range.h"
+ #include "CColVector.h"
+ #include "CMatrix.h"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100907/9c36b858/attachment.html>


More information about the macports-changes mailing list