New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #21014: Portfile.variant.diff

File Portfile.variant.diff, 0.6 KB (added by grundmann.matthias@…, 2 years ago)

Patched port file: +snowleopard64 allows to compile opencv in 64 bit

  • Portfile

    old new  
    2626configure.env           CPATH="${prefix}/include"    \ 
    2727                                        LIBRARY_PATH="${prefix}/lib" 
    2828configure.cxxflags-append       "-I${prefix}/include -L${prefix}/lib" 
    29  
    30 variant snowleopard64 description {Build for Snow Leopard in 64bit. Removes quicktime and carbon dependencies. Changes processor target to Core2.} { 
    31   configure.post_args   --without-quicktime --without-carbon 
    32   configure.cxxflags-append "-I${prefix}/include -L${prefix}/lib -march=nocona -mtune=generic" 
    33 } 
    34