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 ...@@ -21,6 +21,7 @@ libdca: libdca-$(DCA_VERSION).tar.bz2 .sum-dca
$(MOVE) $(MOVE)
.dca: libdca .dca: libdca
$(RECONF)
cd $< && $(HOSTVARS) ./configure $(HOSTCONF) cd $< && $(HOSTVARS) ./configure $(HOSTCONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
touch $@ touch $@
...@@ -43,9 +43,7 @@ endif ...@@ -43,9 +43,7 @@ endif
DEPS_theora = ogg $(DEPS_ogg) DEPS_theora = ogg $(DEPS_ogg)
.theora: libtheora .theora: libtheora
ifdef HAVE_WIN32
$(RECONF) $(RECONF)
endif
cd $< && $(HOSTVARS) ./configure $(THEORACONF) cd $< && $(HOSTVARS) ./configure $(THEORACONF)
cd $< && $(MAKE) install cd $< && $(MAKE) install
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