]> git.pld-linux.org Git - packages/gedit-plugins.git/blame - gedit-plugins-codegen.patch
- updated to 2.26.2
[packages/gedit-plugins.git] / gedit-plugins-codegen.patch
CommitLineData
9beabaa9
MB
1diff -urN gedit-plugins-2.26.0/configure.ac gedit-plugins-2.26.0.new/configure.ac
2--- gedit-plugins-2.26.0/configure.ac 2009-03-16 12:33:09.000000000 +0100
3+++ gedit-plugins-2.26.0.new/configure.ac 2009-03-18 21:53:32.000000000 +0100
4@@ -225,11 +225,11 @@
5 AC_MSG_RESULT([$PYGTK_DEFSDIR])
6
7 AC_MSG_CHECKING([for pygtk codegen])
8- PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.py"
9+ PYGTK_CODEGEN="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/codegen.pyc"
10 AC_MSG_RESULT([$PYGTK_CODEGEN])
11
12 AC_MSG_CHECKING([for pygtk h2def])
13- PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.py"
14+ PYGTK_H2DEF="$PYTHON `$PKG_CONFIG --variable=codegendir pygtk-2.0`/h2def.pyc"
15 AC_MSG_RESULT([$PYGTK_H2DEF])
16
17 AC_SUBST([PYGTK_DEFSDIR])
This page took 0.070986 seconds and 4 git commands to generate.