[103620] trunk/dports/emulators/virtualbox

rmstonecipher at macports.org rmstonecipher at macports.org
Sun Mar 3 05:20:55 PST 2013


Revision: 103620
          https://trac.macports.org/changeset/103620
Author:   rmstonecipher at macports.org
Date:     2013-03-03 05:20:55 -0800 (Sun, 03 Mar 2013)
Log Message:
-----------
emulators/virtualbox patched to build on 10.7 / darwin 11, fixes #36927

Modified Paths:
--------------
    trunk/dports/emulators/virtualbox/Portfile

Added Paths:
-----------
    trunk/dports/emulators/virtualbox/files/patch-src-VBox-GuestHost-OpenGL-include-GL-glext.h.diff

Modified: trunk/dports/emulators/virtualbox/Portfile
===================================================================
--- trunk/dports/emulators/virtualbox/Portfile	2013-03-03 13:07:35 UTC (rev 103619)
+++ trunk/dports/emulators/virtualbox/Portfile	2013-03-03 13:20:55 UTC (rev 103620)
@@ -60,6 +60,9 @@
 
     patchfiles                  patch-build.diff \
                                 patch-startup.diff
+    platform darwin 11 {
+        patchfiles-append patch-src-VBox-GuestHost-OpenGL-include-GL-glext.h.diff
+    }
 
     configure.compiler          gcc-4.2
 

Added: trunk/dports/emulators/virtualbox/files/patch-src-VBox-GuestHost-OpenGL-include-GL-glext.h.diff
===================================================================
--- trunk/dports/emulators/virtualbox/files/patch-src-VBox-GuestHost-OpenGL-include-GL-glext.h.diff	                        (rev 0)
+++ trunk/dports/emulators/virtualbox/files/patch-src-VBox-GuestHost-OpenGL-include-GL-glext.h.diff	2013-03-03 13:20:55 UTC (rev 103620)
@@ -0,0 +1,13 @@
+--- src/VBox/GuestHost/OpenGL/include/GL/glext.h.orig	2013-03-02 23:09:10.000000000 -0600
++++ src/VBox/GuestHost/OpenGL/include/GL/glext.h	2013-03-02 23:11:01.000000000 -0600
+@@ -3718,8 +3718,8 @@
+ 
+ #ifndef GL_ARB_vertex_buffer_object
+ /* GL types for handling large vertex buffer objects */
+-typedef ptrdiff_t GLintptrARB;
+-typedef ptrdiff_t GLsizeiptrARB;
++typedef long GLintptrARB;
++typedef long GLsizeiptrARB;
+ #endif
+ 
+ /* VBox: HACK ALERT! When building the host side against Mac OS X 10.7 headers,
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130303/3d34aa50/attachment.html>


More information about the macports-changes mailing list