[83413] trunk/dports/math/qhull

mmoll at macports.org mmoll at macports.org
Wed Aug 31 13:52:15 PDT 2011


Revision: 83413
          http://trac.macports.org/changeset/83413
Author:   mmoll at macports.org
Date:     2011-08-31 13:52:15 -0700 (Wed, 31 Aug 2011)
Log Message:
-----------
math/qhull: patch for g++-4.0 / Leopard, see #31053

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

Added Paths:
-----------
    trunk/dports/math/qhull/files/patch-QhullPointSet.h.diff

Modified: trunk/dports/math/qhull/Portfile
===================================================================
--- trunk/dports/math/qhull/Portfile	2011-08-31 20:45:06 UTC (rev 83412)
+++ trunk/dports/math/qhull/Portfile	2011-08-31 20:52:15 UTC (rev 83413)
@@ -26,7 +26,8 @@
 checksums           md5     a65061cf2a6e6581182f4df0f3667a8e \
                     sha1    3639b52e99bc0837fb2670d3a8a4bac3f0347ab8 \
                     rmd160  4689ece746c1125757f1d0e162bbe95d3864ba5b
-patchfiles	patch-CMakeLists.txt.diff
+patchfiles	patch-CMakeLists.txt.diff \
+            patch-QhullPointSet.h.diff # patch for g++-4.0 / Leopard, see #31053
 worksrcdir	${name}-${version}	
 configure.args-append -DDOC_INSTALL_DIR=share/doc/qhull
 livecheck.type  regex

Added: trunk/dports/math/qhull/files/patch-QhullPointSet.h.diff
===================================================================
--- trunk/dports/math/qhull/files/patch-QhullPointSet.h.diff	                        (rev 0)
+++ trunk/dports/math/qhull/files/patch-QhullPointSet.h.diff	2011-08-31 20:52:15 UTC (rev 83413)
@@ -0,0 +1,11 @@
+--- src/libqhullcpp/QhullPointSet.h.orig	2011-05-14 09:38:34.000000000 -0500
++++ src/libqhullcpp/QhullPointSet.h	2011-08-31 15:44:20.000000000 -0500
+@@ -111,7 +111,7 @@
+ 
+     // before const_iterator for conversion with comparison operators
+     class iterator {
+-        friend class    const_iterator;
++        friend class    QhullPointSet::const_iterator;
+ 
+     private:
+         coordT        **i;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110831/00c0d14d/attachment-0001.html>


More information about the macports-changes mailing list