summaryrefslogtreecommitdiffstats
path: root/src/fltk-1-darwin-cross-compile.patch
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2014-12-01 11:50:31 (GMT)
committerTony Theodore <tonyt@logyst.com>2014-12-01 11:50:31 (GMT)
commit6d28d3748550bce3200010553d7ada43640c0684 (patch)
treed6165c44f694f10952df98eee95488452bf777e5 /src/fltk-1-darwin-cross-compile.patch
parent1877c864882359dfeb7d34c8867dc2a0dbdb052d (diff)
downloadmxe-6d28d3748550bce3200010553d7ada43640c0684.zip
mxe-6d28d3748550bce3200010553d7ada43640c0684.tar.gz
mxe-6d28d3748550bce3200010553d7ada43640c0684.tar.bz2
fltk: update
Diffstat (limited to 'src/fltk-1-darwin-cross-compile.patch')
-rw-r--r--src/fltk-1-darwin-cross-compile.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/fltk-1-darwin-cross-compile.patch b/src/fltk-1-darwin-cross-compile.patch
deleted file mode 100644
index b4cc29d..0000000
--- a/src/fltk-1-darwin-cross-compile.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-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