[112931] trunk/dports/science/stellarium/files/patch-libc++.diff

raimue at macports.org raimue at macports.org
Mon Nov 4 05:15:15 PST 2013


Revision: 112931
          https://trac.macports.org/changeset/112931
Author:   raimue at macports.org
Date:     2013-11-04 05:15:15 -0800 (Mon, 04 Nov 2013)
Log Message:
-----------
science/stellarium:
Fix whitespace in patch that prevented build

Modified Paths:
--------------
    trunk/dports/science/stellarium/files/patch-libc++.diff

Modified: trunk/dports/science/stellarium/files/patch-libc++.diff
===================================================================
--- trunk/dports/science/stellarium/files/patch-libc++.diff	2013-11-04 12:39:13 UTC (rev 112930)
+++ trunk/dports/science/stellarium/files/patch-libc++.diff	2013-11-04 13:15:15 UTC (rev 112931)
@@ -83,7 +83,7 @@
 === modified file 'src/core/renderer/StelQGLInterleavedArrayVertexBufferBackend.cpp'
 --- src/core/renderer/StelQGLInterleavedArrayVertexBufferBackend.cpp	2013-04-28 18:28:11 +0000
 +++ src/core/renderer/StelQGLInterleavedArrayVertexBufferBackend.cpp	2013-10-20 09:51:35 +0000
-@@ -42,7 +42,7 @@
+@@ -42,15 +42,15 @@
  	}
  	// Align to VERTEX_ALIGN
  	vertexStride = (vertexBytes + VERTEX_ALIGN - 1) & ~(VERTEX_ALIGN - 1);
@@ -92,9 +92,9 @@
  }
  
  StelQGLInterleavedArrayVertexBufferBackend::~StelQGLInterleavedArrayVertexBufferBackend()
-@@ -50,7 +50,7 @@
+ {
 -	std::free(vertices);
-+       ::free(vertices);
++	::free(vertices);
  	if(NULL != projectedPositions)
  	{
 -		std::free(projectedPositions);
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131104/c8750325/attachment.html>


More information about the macports-changes mailing list