[98538] trunk/dports/graphics/Coin

ryandesign at macports.org ryandesign at macports.org
Mon Oct 8 04:10:46 PDT 2012


Revision: 98538
          http://trac.macports.org//changeset/98538
Author:   ryandesign at macports.org
Date:     2012-10-08 04:10:46 -0700 (Mon, 08 Oct 2012)
Log Message:
-----------
Coin: fix build with llvm-gcc-4.2 (#36305)

Modified Paths:
--------------
    trunk/dports/graphics/Coin/Portfile

Added Paths:
-----------
    trunk/dports/graphics/Coin/files/for.patch

Modified: trunk/dports/graphics/Coin/Portfile
===================================================================
--- trunk/dports/graphics/Coin/Portfile	2012-10-08 10:32:40 UTC (rev 98537)
+++ trunk/dports/graphics/Coin/Portfile	2012-10-08 11:10:46 UTC (rev 98538)
@@ -27,7 +27,7 @@
 			port:xorg-libXext \
 			port:xorg-libXt
 
-patchfiles	configure.patch
+patchfiles	configure.patch for.patch
 
 configure.args		--with-simage=${prefix} --mandir=${prefix}/share/man
 

Added: trunk/dports/graphics/Coin/files/for.patch
===================================================================
--- trunk/dports/graphics/Coin/files/for.patch	                        (rev 0)
+++ trunk/dports/graphics/Coin/files/for.patch	2012-10-08 11:10:46 UTC (rev 98538)
@@ -0,0 +1,6 @@
+Index: src/shadows/SoShadowGroup.cpp
+===================================================================
+1869c1869
+<   for (int i = 0; i < numshadowlights; i++) {
+---
+>   for (i = 0; i < numshadowlights; i++) {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121008/d6ec5593/attachment-0001.html>


More information about the macports-changes mailing list