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

12 lines
246 B
Text

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