diff options
Diffstat (limited to 'devel/libusb/Makefile')
-rw-r--r-- | devel/libusb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/libusb/Makefile b/devel/libusb/Makefile index 9abb7cfabfc7..c0ca5d152fa0 100644 --- a/devel/libusb/Makefile +++ b/devel/libusb/Makefile @@ -20,5 +20,6 @@ GNU_CONFIGURE= yes post-patch: @${REINPLACE_CMD} -e 's|{libdir}/pkgconfig|{prefix}/libdata/pkgconfig|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|<stdint.h>|<inttypes.h>|' ${WRKSRC}/descriptors.c .include <bsd.port.mk> |