Ticket #37276: Portfile-rrdtool.diff
File Portfile-rrdtool.diff, 1.2 KB (added by josephhowse@…, 12 years ago) |
---|
-
Portfile
old new 154 154 } 155 155 } 156 156 157 variant openni_devel_sensorkinect conflicts openni description {Enable support for OpenNI (unstable branch) plus Kinect.} { 158 depends_lib-append port:openni-devel-sensorkinect 159 patchfiles-append patch-cmake-OpenCVFindOpenNI.cmake.diff 160 configure.args-delete -DWITH_OPENNI=OFF 161 configure.args-append -DWITH_OPENNI=ON 162 163 post-patch { 164 reinplace "s,@@PREFIX@@,${prefix},g" ${worksrcpath}/cmake/OpenCVFindOpenNI.cmake 165 } 166 } 167 157 168 variant dc1394 description {Use libdc1394 for FireWire camera. Breaks compatibility with Apple iSight FireWire camera.} { 158 169 depends_lib-append port:libdc1394 159 170 configure.args-delete -DWITH_1394=OFF … … 191 202 -DPYTHON_PACKAGES_PATH=${frameworks_dir}/Python.framework/Versions/2.7/lib/python2.7/site-packages 192 203 } 193 204 194 variant tbb description {Use Intel TBB.} {205 variant tbb conflicts universal description {Use Intel TBB.} { 195 206 depends_lib-append port:tbb 196 207 configure.args-delete -DWITH_TBB=OFF 197 208 configure.args-append -DWITH_TBB=ON \