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