Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
ebea6779
Commit
ebea6779
authored
Oct 04, 2012
by
Rafaël Carré
Browse files
contrib: fix libshout build on FreeBSD 8
parent
bc985660
Changes
2
Show whitespace changes
Inline
Side-by-side
contrib/src/shout/bsd.patch
0 → 100644
View file @
ebea6779
--- libshout.orig/src/net/sock.c 2012-10-04 13:04:55.000000000 +0200
+++ libshout/src/net/sock.c 2012-10-04 13:05:18.000000000 +0200
@@ -22,6 +22,10 @@
#include <config.h>
#endif
+#ifdef __FreeBSD__
+# define __BSD_VISIBLE 1
+#endif
+
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
contrib/src/shout/rules.mak
View file @
ebea6779
...
...
@@ -19,6 +19,7 @@ $(TARBALLS)/libshout-$(SHOUT_VERSION).tar.gz:
libshout
:
libshout-$(SHOUT_VERSION).tar.gz .sum-shout
$(UNPACK)
$(APPLY)
$(SRC)
/shout/libshout-win32.patch
$(APPLY)
$(SRC)
/shout/bsd.patch
$(UPDATE_AUTOCONFIG)
$(MOVE)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment