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
Steve Lhomme
VLC
Commits
99af1358
Commit
99af1358
authored
Aug 04, 2005
by
Felix Paul Kühne
Browse files
* fix compilation of libopendaap on 10.2
parent
3c11e1f6
Changes
2
Hide whitespace changes
Inline
Side-by-side
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
Supports
Markdown
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