[gtk-osx] Correct configuration error in ragel.



commit 85b36149c8fc5afb155049dada7a65db48e6cf50
Author: John Ralls <jralls ceridwen us>
Date:   Sun Aug 19 15:30:53 2012 -0700

    Correct configuration error in ragel.

 modulesets-unstable/gtk-osx.modules |    7 +++++--
 patches/ragel-configure.in.patch    |   14 ++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)
---
diff --git a/modulesets-unstable/gtk-osx.modules b/modulesets-unstable/gtk-osx.modules
index 71cc700..724718e 100644
--- a/modulesets-unstable/gtk-osx.modules
+++ b/modulesets-unstable/gtk-osx.modules
@@ -184,8 +184,11 @@
   </autotools>
 
 <!-- Ragel, like Vala, isn't bootstrappable from git, so we might as well just use the tarball. -->
-  <autotools id="ragel">
-    <branch repo="complang" module="ragel/ragel-6.7.tar.gz" version="6.7"/>
+  <autotools id="ragel"
+	     autogen-template="autoreconf -fis &amp;&amp; %(srcdir)s/%(autogen-sh)s --prefix %(prefix)s --libdir %(libdir)s %(autogenargs)s>
+    <branch repo="complang" module="ragel/ragel-6.7.tar.gz" version="6.7">
+      <patch href="http://git.gnome.org/browse/gtk-osx/plain/patches/ragel-configure.in.patch"; strip="1"/>
+    </branch>
   </autotools>
 
   <autotools id="harfbuzz">
diff --git a/patches/ragel-configure.in.patch b/patches/ragel-configure.in.patch
new file mode 100644
index 0000000..090a6a6
--- /dev/null
+++ b/patches/ragel-configure.in.patch
@@ -0,0 +1,14 @@
+
+--- a/configure.in	Sun May 22 12:27:26 2011
++++ b/configure.in	Sun Aug 19 12:09:05 2012
+@@ -61,7 +61,7 @@
+ AC_PROG_RANLIB
+ 
+ # Default flags.
+-CXXFLAGS="-g"
++#CXXFLAGS="-g"
+ 
+ dnl Set test on c++ compiler.
+ AC_LANG_CPLUSPLUS
+
+Diff finished.  Sun Aug 19 15:21:04 2012



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]