]> git.pld-linux.org Git - packages/anjuta.git/commitdiff
- hack for proper libgladeui detection
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Tue, 20 Feb 2007 12:36:38 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    anjuta-glade.patch -> 1.1

anjuta-glade.patch [new file with mode: 0644]

diff --git a/anjuta-glade.patch b/anjuta-glade.patch
new file mode 100644 (file)
index 0000000..2d7e418
--- /dev/null
@@ -0,0 +1,15 @@
+diff -urN anjuta-2.1.1/configure.in anjuta-2.1.1.new/configure.in
+--- anjuta-2.1.1/configure.in  2007-02-19 17:59:48.000000000 +0100
++++ anjuta-2.1.1.new/configure.in      2007-02-19 18:13:51.000000000 +0100
+@@ -344,11 +344,6 @@
+                               libgladeui_found="no"
+                       ])
+       fi
+-      if test x$libgladeui_found = xold; then
+-              libgladeui_found="yes"
+-              AC_DEFINE_UNQUOTED(GLADEUI_LAST_PUBLIC, [1], [Last public GLADEUI version])
+-              AC_SUBST(GLADEUI_LAST_PUBLIC)
+-      fi
+       if test x$libgladeui_found = xno; then
+               PKG_CHECK_MODULES(PLUGIN_GLADE, [libgladeui-1.0 = $GLADEUI_REQUIRED],
+                       [
This page took 0.05512 seconds and 4 git commands to generate.