comparison src/fltk-1-darwin-cross-compile.patch @ 2845:c2642e72482c

update package fltk
author Mark Brand <mabrand@mabrand.nl>
date Wed, 07 Nov 2012 12:55:37 +0100
parents 99516e73b368
children
comparison
equal deleted inserted replaced
2844:e7027f79cdcd 2845:c2642e72482c
5 5
6 6
7 diff -ur fltk-1.3.x-r8659.orig/configure.in fltk-1.3.x-r8659/configure.in 7 diff -ur fltk-1.3.x-r8659.orig/configure.in fltk-1.3.x-r8659/configure.in
8 --- fltk-1.3.x-r8659.orig/configure.in 2011-03-07 03:54:58.000000000 +1100 8 --- fltk-1.3.x-r8659.orig/configure.in 2011-03-07 03:54:58.000000000 +1100
9 +++ fltk-1.3.x-r8659/configure.in 2011-05-24 22:11:40.000000000 +1000 9 +++ fltk-1.3.x-r8659/configure.in 2011-05-24 22:11:40.000000000 +1000
10 @@ -34,7 +34,7 @@ 10 @@ -25,7 +25,7 @@
11 AC_INIT(src/Fl.cxx) 11 AC_INIT(src/Fl.cxx)
12 12
13 dnl So --with-archflags option is used during "checking size of long" 13 dnl So --with-archflags option is used during "checking size of long"
14 -if test `uname` = Darwin; then 14 -if test `uname` = Darwin; then
15 +if test `uname` = Darwin && test "x$cross_compiling" = xno ; then 15 +if test `uname` = Darwin && test "x$cross_compiling" = xno ; then