ports/graphics/zbar/files/patch-zbarcam_scan__video.c
Fernando Apesteguía 17e95b01b9 graphics/zbar: update to 0.23.90
ChangeLog: https://github.com/mchehab/zbar/releases/tag/0.23.90

PR:	253743
Submitted by:	vvd@unislabs.com
Approved by:	dev2@heesakkers.info (maintainer, timemout > 1 week)
2021-03-01 07:54:48 +00:00

12 lines
266 B
C

--- zbarcam/scan_video.c.orig 2021-02-13 09:54:57 UTC
+++ zbarcam/scan_video.c
@@ -32,7 +32,9 @@
#include <sys/ioctl.h>
#include <sys/stat.h>
+#ifndef __FreeBSD__
#include <sys/sysmacros.h>
+#endif
typedef void (cb_t) (void *userdata, const char *device);