mirror of
https://git.freebsd.org/ports.git
synced 2025-07-02 10:00:37 -04:00
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)
12 lines
266 B
C
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);
|
|
|