]> git.pld-linux.org Git - packages/gedit-plugins.git/commitdiff
- fixes build auto/th/gedit-plugins-2_26_0-1
authorMarcin Banasiak <marcin.banasiak@gmail.com>
Wed, 18 Mar 2009 21:03:58 +0000 (21:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gedit-plugins-codegen.patch -> 1.1

gedit-plugins-codegen.patch [new file with mode: 0644]

diff --git a/gedit-plugins-codegen.patch b/gedit-plugins-codegen.patch
new file mode 100644 (file)
index 0000000..1741956
--- /dev/null
@@ -0,0 +1,17 @@
+diff -urN gedit-plugins-2.26.0/configure.ac gedit-plugins-2.26.0.new/configure.ac
+--- gedit-plugins-2.26.0/configure.ac  2009-03-16 12:33:09.000000000 +0100
++++ gedit-plugins-2.26.0.new/configure.ac      2009-03-18 21:53:32.000000000 +0100
+@@ -225,11 +225,11 @@
+       AC_MSG_RESULT([$PYGTK_DEFSDIR])
+       AC_MSG_CHECKING([for pygtk codegen])
+-      PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
++      PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc"
+       AC_MSG_RESULT([$PYGTK_CODEGEN])
+       AC_MSG_CHECKING([for pygtk h2def])
+-      PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
++      PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc"
+       AC_MSG_RESULT([$PYGTK_H2DEF])
+       AC_SUBST([PYGTK_DEFSDIR])
This page took 0.158419 seconds and 4 git commands to generate.