Commit 3468999c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Contrib-live: Don't patch things if you don't need them.

parent 1d0935a6
......@@ -1074,8 +1074,12 @@ live555-$(LIVEDOTCOM_VERSION).tar.gz:
live: live555-$(LIVEDOTCOM_VERSION).tar.gz
$(EXTRACT_GZ)
patch -p0 < Patches/live.patch
ifdef HAVE_WIN32
patch -p0 < Patches/livedotcom-win32.patch
endif
ifdef HAVE_DARWIN_OS
patch -p0 < Patches/live-osx.patch
endif
.live: live
ifdef HAVE_WIN32
......
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