X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=extras%2Fcontrib%2Fsrc%2FMakefile;h=fb10c7dbd4dd69d8bb3b8aa34afc31751714e7a2;hb=a5052c2a8d25f982a12068cf62a4121b46e8440a;hp=888a74ecafb1c459d2cb17b0e65db16ab3cb0b8c;hpb=3766cde973086bdff98433f0eb2b8dd6286e4c62;p=vlc diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 888a74ecaf..fb10c7dbd4 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -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)