intltool/intltool-extract-check-hack.patch

14 lines
481 B
Diff

Index: intltool-update.in
===================================================================
--- intltool-update.in.orig
+++ intltool-update.in
@@ -629,7 +629,7 @@ sub GenerateHeaders
## Generate the .h header files, so we can allow glade and
## xml translation support
- if (! isProgramInPath ("$EXTRACT"))
+ if (0)
{
print STDERR "\n *** The intltool-extract script wasn't found!"
."\n *** Without it, intltool-update can not generate files.\n";