]> git.sesse.net Git - vlc/commitdiff
contribs: fixed live555 linking when cross-compiling on Darwin
authorFelix Paul Kühne <fkuehne@videolan.org>
Sun, 24 Jan 2010 22:40:27 +0000 (23:40 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Sun, 24 Jan 2010 22:40:37 +0000 (23:40 +0100)
extras/contrib/src/Makefile

index 888a74ecafb1c459d2cb17b0e65db16ab3cb0b8c..fb10c7dbd4dd69d8bb3b8aa34afc31751714e7a2 100644 (file)
@@ -1231,7 +1231,7 @@ ifdef HAVE_WINCE
        (cd $<;./genMakefiles mingw && make $(HOSTCC))
 else
 ifdef HAVE_DARWIN_OS
-       (cd $<; sed -e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' -e 's%cc%$(CC)%'  -e 's%c++%$(CXX)%' -i.orig  config.macosx)
+       (cd $<; sed -e 's%-DBSD=1%-DBSD=1\ $(EXTRA_CFLAGS)\ $(EXTRA_LDFLAGS)%' -e 's%cc%$(CC)\ $(EXTRA_LDFLAGS)%'  -e 's%c++%$(CXX)%' -i.orig  config.macosx)
        (cd $<; ./genMakefiles macosx && make)
 else
        (cd $<; sed -e 's/=/= EXTRA_CPPFLAGS/' -e 's%EXTRA_CPPFLAGS%-I/include%' -i.orig groupsock/Makefile.head)