package fltk: workaround for gcc 4.6

This commit is contained in:
Mark Brand 2011-03-26 01:00:59 +01:00
parent f2bfaea572
commit 4e751c0bc5
1 changed files with 1 additions and 0 deletions

View File

@ -22,6 +22,7 @@ define $(PKG)_BUILD
$(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 \