Ticket #30688: ogre.diff

File ogre.diff, 452 bytes (added by marin.saric@…, 12 years ago)

The patch suggested by mmoll to fix the SDK root

  • Portfile

    old new  
    3131use_configure       yes
    3232configure.args-append -GXcode -DCMAKE_INSTALL_PREFIX=${worksrcpath}/tmp
    3333
     34platform darwin 10 {
     35    macosx_deployment_target 10.6
     36    configure.sdkroot  /Developer/SDKs/MacOSX10.6.sdk
     37}
     38
    3439post-patch {
    3540    reinplace "s|@@PREFIX@@|${prefix}|g" \
    3641    ${worksrcpath}/Components/Paging/CMakeLists.txt \