Commit f6982935 authored by Rafaël Carré's avatar Rafaël Carré

contrib: re-run autoconf for some packages

they were made with old version of libtool which only know old versions of darwin
parent 56ba3eb2
......@@ -21,6 +21,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
$(MOVE)
.dca: libdca
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install
touch $@
......@@ -43,9 +43,7 @@ endif
DEPS_theora = ogg $(DEPS_ogg)
.theora: libtheora
ifdef HAVE_WIN32
$(RECONF)
endif
cd $< && $(HOSTVARS) ./configure $(THEORACONF)
cd $< && $(MAKE) install
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