ports/graphics/sane-backends/patches/patch-frontend_scanimage_c

13 lines
246 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: frontend/scanimage.c
--- frontend/scanimage.c.orig
+++ frontend/scanimage.c
@@ -40,7 +40,7 @@
#include <unistd.h>
#include <stdarg.h>
-#ifdef __FreeBSD__
+#if defined(__FreeBSD__) || defined(__OpenBSD__)
#include <libgen.h>
#endif