openbsd-ports/multimedia/handbrake/patches/patch-libhb_fifo_c
2022-03-11 19:39:15 +00:00

15 lines
325 B
Plaintext

Add OpenBSD where appropriate.
Index: libhb/fifo.c
--- libhb/fifo.c.orig
+++ libhb/fifo.c
@@ -16,7 +16,7 @@
#endif
#ifndef SYS_DARWIN
-#if defined( SYS_FREEBSD ) || defined ( __FreeBSD__ )
+#if defined( SYS_FREEBSD ) || defined ( __FreeBSD__ ) || defined ( __OpenBSD__ )
#include <stdlib.h>
#else
#include <malloc.h>