Ticket #51846: Portfile-openocd.diff

File Portfile-openocd.diff, 326 bytes (added by denis-fr (Denis), 8 years ago)
  • Portfile

    old new  
    157157    depends_lib-append  port:libusb
    158158}
    159159
     160variant cmsis description {Enable building support for the cmsis-dap} {
     161    configure.args-append --enable-cmsis-dap
     162    depends_lib-append  port:libhidapi
     163}