Commit 4f1bb439 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contribs- revert stupid [24093]

parent 5abd5b94
...@@ -1216,6 +1216,9 @@ live: live555-$(LIVEDOTCOM_VERSION).tar.gz ...@@ -1216,6 +1216,9 @@ live: live555-$(LIVEDOTCOM_VERSION).tar.gz
patch -p0 < Patches/live-noapps.patch patch -p0 < Patches/live-noapps.patch
.live: live .live: live
ifdef HAVE_WIN32
(cd $<;./genMakefiles mingw && make $(HOSTCC))
else
ifdef HAVE_DARWIN_OS ifdef HAVE_DARWIN_OS
(cd $<; sed -e 's%EXTRA_CFLAGS%$(EXTRA_CFLAGS)%' -e 's%EXTRA_LDFLAGS%$(EXTRA_LDFLAGS)%' -i.orig config.macosx) (cd $<; sed -e 's%EXTRA_CFLAGS%$(EXTRA_CFLAGS)%' -e 's%EXTRA_LDFLAGS%$(EXTRA_LDFLAGS)%' -i.orig config.macosx)
(cd $<; ./genMakefiles macosx && make) (cd $<; ./genMakefiles macosx && make)
...@@ -1228,6 +1231,7 @@ endif ...@@ -1228,6 +1231,7 @@ endif
else else
(cd $<; ./genMakefiles linux && make $(HOSTCC)) (cd $<; ./genMakefiles linux && make $(HOSTCC))
endif endif
endif
endif endif
touch $@ touch $@
......
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