summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Brand <mabrand@mabrand.nl>2012-11-07 11:55:37 (GMT)
committerMark Brand <mabrand@mabrand.nl>2012-11-07 11:55:37 (GMT)
commit28f7e25f91d4543c54944464ab38b82f667fac27 (patch)
tree86552fd113e92c7d49eb416aa272e9983e1840e4
parent5f5d7e4dfbb30236b39b5a4d509dfacee88a2219 (diff)
downloadmxe-28f7e25f91d4543c54944464ab38b82f667fac27.zip
mxe-28f7e25f91d4543c54944464ab38b82f667fac27.tar.gz
mxe-28f7e25f91d4543c54944464ab38b82f667fac27.tar.bz2
update package fltk
-rw-r--r--index.html2
-rw-r--r--src/fltk-1-darwin-cross-compile.patch2
-rw-r--r--src/fltk.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 28c916f..aedabc2 100644
--- a/index.html
+++ b/index.html
@@ -1065,7 +1065,7 @@ USE_OSGPLUGIN(&lt;plugin2&gt;)
</tr>
<tr>
<td id="fltk-package">fltk</td>
- <td id="fltk-version">1.3.0</td>
+ <td id="fltk-version">1.3.1</td>
<td id="fltk-website"><a href="http://www.fltk.org/">FLTK</a></td>
</tr>
<tr>
diff --git a/src/fltk-1-darwin-cross-compile.patch b/src/fltk-1-darwin-cross-compile.patch
index 6ea8e81..b4cc29d 100644
--- a/src/fltk-1-darwin-cross-compile.patch
+++ b/src/fltk-1-darwin-cross-compile.patch
@@ -7,7 +7,7 @@ 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
-@@ -34,7 +34,7 @@
+@@ -25,7 +25,7 @@
AC_INIT(src/Fl.cxx)
dnl So --with-archflags option is used during "checking size of long"
diff --git a/src/fltk.mk b/src/fltk.mk
index 7121e58..1f2da94 100644
--- a/src/fltk.mk
+++ b/src/fltk.mk
@@ -3,7 +3,7 @@
PKG := fltk
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 720f2804be6132ebae9909d4e74dedcc00b39d25
+$(PKG)_CHECKSUM := 717242e8aa118020cc05aa788015a2933895b99c
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $($(PKG)_SUBDIR)-source.tar.gz
$(PKG)_URL := http://ftp.easysw.com/pub/fltk/$($(PKG)_VERSION)/$($(PKG)_FILE)