[Bug 292229] comms/dfu-programmer: Update to version 1.1.0, WWW and
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 292229] comms/dfu-programmer: Update to version 1.1.0, WWW and"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 07 Jan 2026 16:12:52 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=292229
Vladimir Druzenko <vvd@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Assignee|ports-bugs@FreeBSD.org |vvd@FreeBSD.org
Status|New |In Progress
--- Comment #9 from Vladimir Druzenko <vvd@FreeBSD.org> ---
Created attachment 266901
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=266901&action=edit
v1
8. This change:
-#include <libusb-1.0/libusb.h>
+#include <libusb.h>
easier make via REINPLACE_CMD:
post-patch:
${REINPLACE_CMD} 's|#include <libusb-1.0/libusb.h>|#include
<libusb.h>|' \
${WRKSRC}/src/dfu-device.h \
${WRKSRC}/src/dfu.c \
${WRKSRC}/src/dfu.h \
${WRKSRC}/src/libdfu.c
And etc…
Check patch. :-)
--
You are receiving this mail because:
You are the assignee for the bug.