From 358cfba124ec6401eb722ed38e687e756e33e502 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Sat, 4 Aug 2007 13:12:58 +0000 Subject: [PATCH] Faac for system using lame sed... :D --- extras/contrib/src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/contrib/src/Makefile b/extras/contrib/src/Makefile index 1b52cc41f8..0d98d2884b 100644 --- a/extras/contrib/src/Makefile +++ b/extras/contrib/src/Makefile @@ -853,8 +853,8 @@ faac-$(FAAC_VERSION).tar.gz: faac: faac-$(FAAC_VERSION).tar.gz $(EXTRACT_GZ) - sed -i 's/\r$//' bootstrap configure.in Makefile.am patch -p0 < Patches/faac.patch + cd $@; perl -pi -e 's/\r$$//' bootstrap configure.in Makefile.am; cd .. .faac: faac (cd $<; ./bootstrap && $(HOSTCC) ./configure $(HOSTCONF) --without-mp4v2 --prefix=$(PREFIX) --disable-shared && make && make install) -- 2.20.1