packages: ntrack/ntrack-h2def.patch (NEW) - fix h2def location

shadzik shadzik at pld-linux.org
Fri Jan 21 18:18:02 CET 2011


Author: shadzik                      Date: Fri Jan 21 17:18:02 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix h2def location

---- Files affected:
packages/ntrack:
   ntrack-h2def.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/ntrack/ntrack-h2def.patch
diff -u /dev/null packages/ntrack/ntrack-h2def.patch:1.1
--- /dev/null	Fri Jan 21 18:18:02 2011
+++ packages/ntrack/ntrack-h2def.patch	Fri Jan 21 18:17:57 2011
@@ -0,0 +1,13 @@
+--- configure.ac.orig	2011-01-21 17:53:50.195298265 +0100
++++ configure.ac	2011-01-21 17:53:59.381912529 +0100
+@@ -110,8 +110,8 @@
+            AC_SUBST(PYGOBJECT_CFLAGS)
+            AC_SUBST(PYGOBJECT_LIBS)])
+ 
+-  if test -x /usr/share/pygobject/2.0/codegen/h2def.py; then
+-    H2DEF=/usr/share/pygobject/2.0/codegen/h2def.py
++  if test -f /usr/share/pygobject/2.0/codegen/h2def.pyc; then
++    H2DEF=/usr/share/pygobject/2.0/codegen/h2def.pyc
+     PYG_CODEGEN=pygobject-codegen-2.0
+   elif test -x /usr/share/pygtk/2.0/codegen/h2def.py; then
+     H2DEF=/usr/share/pygtk/2.0/codegen/h2def.py
================================================================


More information about the pld-cvs-commit mailing list