Commit 7b609829 authored by Christophe Mutricy's avatar Christophe Mutricy

remove non-working fix

parent 32cf8bf1
......@@ -710,7 +710,7 @@ endif
.FLAC: flac
ifdef HAVE_WIN32
(cd $<; $(HOSTCC) CFLAGS="-I$(PREFIX)/src/flac/include $${CFLAGS}" ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install)
(cd $<; $(HOSTCC) ./configure $(HOSTCONF) --prefix=$(PREFIX) --disable-oggtest && cd src&& make -C libFLAC&& make -C libFLAC install && cd .. && make -C include install)
else
ifdef HAVE_DARWIN_OS
ifeq ($(HOST),i686-apple-darwin8)
......
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