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
99af1358
Commit
99af1358
authored
Aug 04, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* fix compilation of libopendaap on 10.2
parent
3c11e1f6
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
0 deletions
+14
-0
extras/contrib/src/Makefile
extras/contrib/src/Makefile
+1
-0
extras/contrib/src/Patches/daap.patch
extras/contrib/src/Patches/daap.patch
+13
-0
No files found.
extras/contrib/src/Makefile
View file @
99af1358
...
...
@@ -1160,6 +1160,7 @@ libopendaap-$(DAAP_VERSION).tar.bz2:
libopendaap
:
libopendaap-$(DAAP_VERSION).tar.bz2
$(EXTRACT_BZ2)
patch
-p
0 < Patches/daap.patch
.daap
:
libopendaap
(
cd
$<
;
./configure
--prefix
=
$(PREFIX)
CFLAGS
=
"
$(CFLAGS)
-D_BSD_SOCKLEN_T_=int"
&&
make
install
)
...
...
extras/contrib/src/Patches/daap.patch
0 → 100644
View file @
99af1358
--- http_client.c 2005-05-12 07:52:03.000000000 +0200
+++ http_client_2.c 2005-08-04 13:43:27.000000000 +0200
@@ -35,6 +35,10 @@
# include <tcpd.h>
#endif
+#ifdef MAC_OS_X_VERSION_10_2
+# include <netinet/in.h>
+#endif
+
#ifdef SYSTEM_POSIX
# include <unistd.h>
# include <sys/types.h>
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