diff options
author | Steev Klimaszewski <steev@gentoo.org> | 2008-01-10 09:23:42 -0600 |
---|---|---|
committer | Steev Klimaszewski <steev@gentoo.org> | 2008-01-10 09:23:42 -0600 |
commit | a3f141424da4953af0ce211e699d30d87569bc00 (patch) | |
tree | efdfb833e543268ed22fbb9076291b75838fa14d /dev-util/intltool/files/intltool-0.36.2-update.patch | |
download | gentopia-a3f141424da4953af0ce211e699d30d87569bc00.tar.gz gentopia-a3f141424da4953af0ce211e699d30d87569bc00.tar.bz2 gentopia-a3f141424da4953af0ce211e699d30d87569bc00.zip |
Initial import from gentopia svn overlay
Diffstat (limited to 'dev-util/intltool/files/intltool-0.36.2-update.patch')
-rw-r--r-- | dev-util/intltool/files/intltool-0.36.2-update.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-util/intltool/files/intltool-0.36.2-update.patch b/dev-util/intltool/files/intltool-0.36.2-update.patch new file mode 100644 index 0000000..4d69981 --- /dev/null +++ b/dev-util/intltool/files/intltool-0.36.2-update.patch @@ -0,0 +1,15 @@ +diff --exclude-from=/home/dang/bin/scripts/diffrc -up -ruN intltool-0.35.5.orig/intltool-update.in.in intltool-0.35.5/intltool-update.in.in +--- intltool-0.36.2.orig/intltool-update.in.in 2007-02-13 23:08:40.000000000 -0500 ++++ intltool-0.36.2/intltool-update.in.in 2007-03-01 11:51:21.000000000 -0500 +@@ -603,7 +603,10 @@ sub Console_WriteError_InvalidOption + + sub GenerateHeaders + { +- my $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} || "intltool-extract"; ++ my $EXTRACT = "/usr/bin/intltool-extract"; ++ chomp $EXTRACT; ++ ++ $EXTRACT = $ENV{"INTLTOOL_EXTRACT"} if $ENV{"INTLTOOL_EXTRACT"}; + + ## Generate the .h header files, so we can allow glade and + ## xml translation support |