annotate src/fltk-1-darwin-cross-compile.patch @ 3725:2acaa9943159

qscintilla: update 2.8.4 * src/qscintilla.mk: update to version and checksum for 2.8.4
author John Donoghue
date Mon, 20 Oct 2014 11:01:00 -0400
parents c2642e72482c
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2333
f653602a0500 Rebrand to new project name MXE
Volker Grabsch <vog@notjusthosting.com>
parents: 1842
diff changeset
1 This file is part of MXE.
2353
99516e73b368 Move doc/index.html -> index.html
Volker Grabsch <vog@notjusthosting.com>
parents: 2333
diff changeset
2 See index.html for further information.
1842
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
3
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
4 This patch has been taken from:
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
5
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
6
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
7 diff -ur fltk-1.3.x-r8659.orig/configure.in fltk-1.3.x-r8659/configure.in
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
8 --- fltk-1.3.x-r8659.orig/configure.in 2011-03-07 03:54:58.000000000 +1100
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
9 +++ fltk-1.3.x-r8659/configure.in 2011-05-24 22:11:40.000000000 +1000
2845
c2642e72482c update package fltk
Mark Brand <mabrand@mabrand.nl>
parents: 2353
diff changeset
10 @@ -25,7 +25,7 @@
1842
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
11 AC_INIT(src/Fl.cxx)
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
12
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
13 dnl So --with-archflags option is used during "checking size of long"
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
14 -if test `uname` = Darwin; then
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
15 +if test `uname` = Darwin && test "x$cross_compiling" = xno ; then
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
16 if test "x$with_archflags" != x ; then
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
17 CFLAGS="$CFLAGS $with_archflags"
424cdacf741d package fltk: portability patch for osx
Tony Theodore <tonyt@logyst.com>
parents:
diff changeset
18 fi