Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-2-2
Commits
ebea6779
Commit
ebea6779
authored
Oct 04, 2012
by
Rafaël Carré
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
contrib: fix libshout build on FreeBSD 8
parent
bc985660
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
contrib/src/shout/bsd.patch
contrib/src/shout/bsd.patch
+13
-0
contrib/src/shout/rules.mak
contrib/src/shout/rules.mak
+1
-0
No files found.
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