Ticket #47679: libnifalcon.diff

File libnifalcon.diff, 838 bytes (added by ryandesign (Ryan Carsten Schmidt), 9 years ago)

proposed patch

  • Portfile

     
    2121                sha1    7ab7e2781a9224201da0e461e3fa34d21a8430e0 \
    2222                rmd160  eef75bf1834df6c1a812d0ef19399109e78cdd13
    2323
    24 depends_lib port:boost \
    25             port:libusb
     24# libnifalcon uses the boost static libraries.
     25depends_build-append port:boost
    2626
    27 post-extract {
    28     file mkdir ${worksrcpath}/build
    29 }
     27depends_lib         port:libusb
    3028
    31 configure.args-append -G \"Unix Makefiles\" ..
     29patchfiles          patch-CMakeLists.txt.diff \
     30                    patch-examples-CMakeLists.txt.diff \
     31                    patch-src-util-CMakeLists.txt.diff
    3232
    33 configure.dir   ${worksrcpath}/build
    34 build.dir       ${worksrcpath}/build
     33cmake.out_of_source yes