changeset 1697:d5514b37dbb6

package fltk: workaround for gcc 4.6
author Mark Brand <mabrand@mabrand.nl>
date Sat, 26 Mar 2011 01:00:59 +0100
parents c0a4e94c22fb
children b049940bb9b0
files src/fltk.mk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/fltk.mk	Sat Mar 26 00:57:34 2011 +0100
+++ b/src/fltk.mk	Sat Mar 26 01:00:59 2011 +0100
@@ -22,6 +22,7 @@
     $(SED) -i 's,\$$uname,MINGW,g' '$(1)/configure'
     # wine confuses the cross-compiling detection, so set it explicitly
     $(SED) -i 's,cross_compiling=no,cross_compiling=yes,' '$(1)/configure'
+    $(SED) -i 's,-mno-cygwin,,' '$(1)/configure'
     cd '$(1)' && ./configure \
         --host='$(TARGET)' \
         --disable-shared \