[73519] trunk/dports/math/gnudatalanguage

takeshi at macports.org takeshi at macports.org
Tue Nov 16 04:08:27 PST 2010


Revision: 73519
          http://trac.macports.org/changeset/73519
Author:   takeshi at macports.org
Date:     2010-11-16 04:08:23 -0800 (Tue, 16 Nov 2010)
Log Message:
-----------
gnudatalanguage: added a patch to enable python variant

Modified Paths:
--------------
    trunk/dports/math/gnudatalanguage/Portfile

Added Paths:
-----------
    trunk/dports/math/gnudatalanguage/files/
    trunk/dports/math/gnudatalanguage/files/patch-src-gdlwidget.cpp.diff

Modified: trunk/dports/math/gnudatalanguage/Portfile
===================================================================
--- trunk/dports/math/gnudatalanguage/Portfile	2010-11-16 09:33:18 UTC (rev 73518)
+++ trunk/dports/math/gnudatalanguage/Portfile	2010-11-16 12:08:23 UTC (rev 73519)
@@ -45,6 +45,7 @@
                             port:fftw-3-single \
                             port:cmsvlib
 
+patchfiles          patch-src-gdlwidget.cpp.diff 
 post-patch {
    # add the CMSVLIB installation path
    reinplace "s|dicom\"|dicom:${prefix}/share/cmsvlib\"|" ${worksrcpath}/src/gdl.cpp

Added: trunk/dports/math/gnudatalanguage/files/patch-src-gdlwidget.cpp.diff
===================================================================
--- trunk/dports/math/gnudatalanguage/files/patch-src-gdlwidget.cpp.diff	                        (rev 0)
+++ trunk/dports/math/gnudatalanguage/files/patch-src-gdlwidget.cpp.diff	2010-11-16 12:08:23 UTC (rev 73519)
@@ -0,0 +1,13 @@
+--- src/gdlwidget.cpp.orig	2010-11-16 20:38:58.000000000 +0900
++++ src/gdlwidget.cpp	2010-11-16 20:39:14.000000000 +0900
+@@ -16,9 +16,9 @@
+ 
+  ***************************************************************************/
+ 
+-#include <memory> 
+ 
+ #include "includefirst.hpp"
++#include <memory> 
+ 
+ #include "basegdl.hpp"
+ #include "dstructgdl.hpp"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101116/13de9a26/attachment-0001.html>


More information about the macports-changes mailing list