view src/fltk-1-darwin-cross-compile.patch @ 3578:583d3bf548e6

texinfo: update to 5.2 and install all tools * src/texinfo.mk: update to 5.2 and make/make install all. * src/texinfo-1-fixes.patch: updated patch for 5.2.
author John Donoghue <john.donoghue@ieee.org>
date Tue, 15 Apr 2014 21:32:17 -0400
parents c2642e72482c
children
line wrap: on
line source

This file is part of MXE.
See index.html for further information.

This patch has been taken from:


diff -ur fltk-1.3.x-r8659.orig/configure.in fltk-1.3.x-r8659/configure.in
--- fltk-1.3.x-r8659.orig/configure.in	2011-03-07 03:54:58.000000000 +1100
+++ fltk-1.3.x-r8659/configure.in	2011-05-24 22:11:40.000000000 +1000
@@ -25,7 +25,7 @@
 AC_INIT(src/Fl.cxx)
 
 dnl So --with-archflags option is used during "checking size of long"
-if test `uname` = Darwin; then
+if test `uname` = Darwin && test "x$cross_compiling" = xno ; then
   if test "x$with_archflags" != x ; then
     CFLAGS="$CFLAGS $with_archflags"
   fi