Commit d1186576 authored by Damien Fouilleul's avatar Damien Fouilleul

- contribs: Makefile, don't confuse mingw with cygwin

parent 692bc319
......@@ -809,7 +809,7 @@ flac-$(FLAC_VERSION).tar.gz:
flac: flac-$(FLAC_VERSION).tar.gz
$(EXTRACT_GZ)
ifdef HAVE_CYGWIN
ifdef HAVE_WIN32
patch -p0 < Patches/flac-win32.patch
endif
......@@ -2007,6 +2007,7 @@ dirac: dirac-$(DIRAC_VERSION).tar.gz
$(EXTRACT_GZ)
patch -p0 <Patches/dirac-cross.patch
ifdef HAVE_CYGWIN
# incorrect compile warning with cygwin compiler 3.4.4
patch -p0 <Patches/dirac-cygwin.patch
endif
(cd $@; aclocal && autoconf && automake)
......
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