Ticket #47679: libnifalcon.diff
File libnifalcon.diff, 838 bytes (added by ryandesign (Ryan Carsten Schmidt), 10 years ago) |
---|
-
Portfile
21 21 sha1 7ab7e2781a9224201da0e461e3fa34d21a8430e0 \ 22 22 rmd160 eef75bf1834df6c1a812d0ef19399109e78cdd13 23 23 24 depends_lib port:boost \ 25 port:libusb 24 # libnifalcon uses the boost static libraries. 25 depends_build-append port:boost 26 26 27 post-extract { 28 file mkdir ${worksrcpath}/build 29 } 27 depends_lib port:libusb 30 28 31 configure.args-append -G \"Unix Makefiles\" .. 29 patchfiles patch-CMakeLists.txt.diff \ 30 patch-examples-CMakeLists.txt.diff \ 31 patch-src-util-CMakeLists.txt.diff 32 32 33 configure.dir ${worksrcpath}/build 34 build.dir ${worksrcpath}/build 33 cmake.out_of_source yes