Ticket #35148: gegl-Portfile-altivec.diff
File gegl-Portfile-altivec.diff, 541 bytes (added by mklein-de (Michael Klein), 12 years ago) |
---|
-
Portfile
67 67 reinplace "s|AVAILABLE_MAC_OS_X_VERSION_10_6_AND_LATER|__attribute__((unavailable))|g" ${header} 68 68 } 69 69 reinplace "s|OpenGL/CGLDevice.h|OpenGL/CGLTypes.h|" ${worksrcpath}/gegl/opencl/cl_gl.h 70 if {${os.arch} == "powerpc"} { 71 configure.cflags-append "-faltivec" 72 configure.cxxflags-append "-faltivec" 73 } 70 74 } 71 75 } 72 76