forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
12 lines
259 B
C
12 lines
259 B
C
--- src/audio_dec/xine_lpcm_decoder.c.orig
|
|
+++ src/audio_dec/xine_lpcm_decoder.c
|
|
@@ -30,6 +30,9 @@
|
|
#endif
|
|
/* avoid compiler warnings */
|
|
#define _BSD_SOURCE 1
|
|
+#ifdef __FreeBSD__
|
|
+#define __BSD_VISIBLE 1
|
|
+#endif
|
|
|
|
#ifdef HAVE_CONFIG_H
|
|
#include "config.h"
|