Ticket #37372: Portfile-openocd.diff

File Portfile-openocd.diff, 336 bytes (added by liebenjj@…, 11 years ago)
  • Portfile

    old new  
    136136    configure.args-append --enable-minidriver-dummy
    137137}
    138138
     139variant stlink description {Enable building support for the STM ST-link} {
     140    configure.args-append --enable-stlink
     141        depends_lib-append port:libusb
     142}