summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-04-25 07:25:19 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-25 07:25:19 (GMT)
commitc2970cf38e16d76b290108c21f266f8f7c37bb37 (patch)
tree1f40c406acffa979f77776de7666e451ad0f6ca2
parentdea031d17868339ac0e7a88c035de2956ec6f548 (diff)
downloadmxe-c2970cf38e16d76b290108c21f266f8f7c37bb37.zip
mxe-c2970cf38e16d76b290108c21f266f8f7c37bb37.tar.gz
mxe-c2970cf38e16d76b290108c21f266f8f7c37bb37.tar.bz2
package ftgl: fix obsolete AM_CONFIG_HEADER and add patch header
-rw-r--r--src/ftgl-1-gl-m4.patch3
-rw-r--r--src/ftgl-2-obsolete-am-header.patch15
2 files changed, 18 insertions, 0 deletions
diff --git a/src/ftgl-1-gl-m4.patch b/src/ftgl-1-gl-m4.patch
index 118a862..ba74df5 100644
--- a/src/ftgl-1-gl-m4.patch
+++ b/src/ftgl-1-gl-m4.patch
@@ -1,3 +1,6 @@
+This file is part of MXE.
+See index.html for further information.
+
--- ftgl-2.1.3~rc5/m4/gl.m4 2008-05-05 16:48:57.000000000 +0200
+++ ftgl-2.1.3~rc5/m4/gl.m4.new 2010-09-20 14:55:27.000000000 +0200
@@ -63,6 +63,8 @@
diff --git a/src/ftgl-2-obsolete-am-header.patch b/src/ftgl-2-obsolete-am-header.patch
new file mode 100644
index 0000000..5154066
--- /dev/null
+++ b/src/ftgl-2-obsolete-am-header.patch
@@ -0,0 +1,15 @@
+This file is part of MXE.
+See index.html for further information.
+
+diff -ur ftgl-2.1.3~rc5.orig/configure.ac ftgl-2.1.3~rc5/configure.ac
+--- ftgl-2.1.3~rc5.orig/configure.ac 2013-04-25 16:57:09.000000000 +1000
++++ ftgl-2.1.3~rc5/configure.ac 2013-04-25 16:57:29.000000000 +1000
+@@ -6,7 +6,7 @@
+ AC_CONFIG_SRCDIR(src/FTPoint.cpp)
+ AC_CONFIG_AUX_DIR(.auto)
+ AM_INIT_AUTOMAKE([1.6 no-define dist-zip dist-bzip2])
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+
+ FTGL_PROG_CXX
+