Commit c31b37a2 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* fix libopendaap on 10.2

parent aa7967e2
......@@ -1071,7 +1071,7 @@ libopendaap: libopendaap-$(DAAP_VERSION).tar.bz2
patch -p 0 < Patches/daap.patch
.daap: libopendaap
(cd $<; ./configure --prefix=$(PREFIX) && make install )
(cd $<; ./configure --prefix=$(PREFIX) CFLAGS="$(CFLAGS) -D_BSD_SOCKLEN_T_=int" && make install )
touch $@
CLEAN_FILE += .daap
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment