Changeset 79254
- Timestamp:
- 06/06/11 19:32:49 (4 years ago)
- Location:
- trunk/dports/x11/mesa
- Files:
-
- 1 added
- 1 edited
-
Portfile (modified) (3 diffs)
-
files/mesa-7.10.2-iglx.patch (added)
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/x11/mesa/Portfile
r79252 r79254 11 11 12 12 version 7.10.2 13 revision 1 13 14 categories x11 graphics 14 15 maintainers jeremyhu openmaintainer … … 97 98 98 99 post-patch { 99 # http://trac.macports.org/ticket/24337100 reinplace "/SRC_DIRS/ s/glew//g" ${worksrcpath}/configs/darwin101 102 100 # Ensure correct compilers are used in mklib. 103 101 reinplace "s:LINK=\"g++\":LINK=\"${configure.cxx}\":" ${worksrcpath}/bin/mklib … … 113 111 } 114 112 115 post-destroot {116 # http://trac.macports.org/ticket/24337117 # http://trac.macports.org/ticket/24349118 # mesa just installs all headers from GL/*.h119 #delete "${destroot}${prefix}/include/GL/glew.h"120 #delete "${destroot}${prefix}/include/GL/glxew.h"121 #delete "${destroot}${prefix}/include/GL/wglew.h"122 }123 124 113 variant iglx description {Install a libGL that uses your X11 server's indirect GLX path for rendering (the default is off which allows libGL to accelerate rendering using OpenGL.framework)} { 125 post-patch { 126 reinplace "s:src/glx/apple:src/glx:" ${worksrcpath}/configs/darwin 127 } 114 patchfiles-append mesa-7.10.2-iglx.patch 128 115 } 129 116
Note: See TracChangeset
for help on using the changeset viewer.

