# HG changeset patch # User bjarni # Date 1101901820 0 # Node ID 4ad0a24ac69e10a4691c6c5d8e59a159757e91b6 # Parent 91f202e812213aaaae9f7ba0fb0c5b6f95604b13 (svn r862) Cygwin: libdetection now sets the flags properly if no Makefile.config is found Cygwin: workaround: libpng is automatically not used even if present until the Cygwin/libpng problem is solved diff -r 91f202e81221 -r 4ad0a24ac69e makefiledir/Makefile.libdetection --- a/makefiledir/Makefile.libdetection Mon Nov 29 23:20:07 2004 +0000 +++ b/makefiledir/Makefile.libdetection Wed Dec 01 11:50:20 2004 +0000 @@ -6,6 +6,8 @@ WIN32:=1 CYGWIN:=1 MINGW:=1 +STATIC:=1 +SKIP_STATIC_CHECK:=1 endif else UNIX:=1 @@ -98,3 +100,9 @@ endif endif endif + +# workaround +# cygwin have problems with libpng, so we will just disable it for now until the problem is solved +ifdef CYGWIN +WITH_PNG:= +endif \ No newline at end of file