Commit a6f96090 authored by Rafaël Carré's avatar Rafaël Carré

contrib: fix live555 build on osx

parent bf9ab955
......@@ -11,9 +11,6 @@ dvdcss
gnutls, gpg-error
infrastructure mismatch between Makefile.in.in and autoconf macros (different gettext vers)
live555
use old libtool options (/usr/bin/libtool), we use GNU
### Missing software for MacOSX (was present in extras/contrib)
# These 3 are binary framework downloads : no source code is used
......
......@@ -44,6 +44,9 @@ endif
.live555: live555
ifdef HAVE_WINCE
cd $< && sed -e 's/-lws2_32/-lws2/g' -i.orig config.mingw
endif
ifdef HAVE_MACOSX
cd $< && sed -i.orig -e s/"libtool -s -o"/"ar cr"/g config.macosx*
endif
cd $< && sed \
-e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' \
......
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