Ticket #31889: ogre.diff
File ogre.diff, 452 bytes (added by marin.saric@…, 13 years ago) |
---|
-
Portfile
old new 31 31 use_configure yes 32 32 configure.args-append -GXcode -DCMAKE_INSTALL_PREFIX=${worksrcpath}/tmp 33 33 34 platform darwin 10 { 35 macosx_deployment_target 10.6 36 configure.sdkroot /Developer/SDKs/MacOSX10.6.sdk 37 } 38 34 39 post-patch { 35 40 reinplace "s|@@PREFIX@@|${prefix}|g" \ 36 41 ${worksrcpath}/Components/Paging/CMakeLists.txt \