diff options
author | Victor Ostorga <vostorga@gentoo.org> | 2009-08-05 05:24:19 +0000 |
---|---|---|
committer | Victor Ostorga <vostorga@gentoo.org> | 2009-08-05 05:24:19 +0000 |
commit | 30f992b7f38c3a548a0fe309efec2172fd96c85d (patch) | |
tree | 86c8db52d3d087bb4159e32c3ebd5386f080cfaf /lxde-base/lxshortcut/files | |
parent | Fixing infinite loop, bug #280399 , Patch thanks to Yuan Ye <yuanyelele@gmail... (diff) | |
download | historical-30f992b7f38c3a548a0fe309efec2172fd96c85d.tar.gz historical-30f992b7f38c3a548a0fe309efec2172fd96c85d.tar.bz2 historical-30f992b7f38c3a548a0fe309efec2172fd96c85d.zip |
Fixing infinite loop, bug #280399 , Patch thanks to Yuan Ye <yuanyelele@gmail.com>
Package-Manager: portage-2.1.6.13/cvs/Linux i686
Diffstat (limited to 'lxde-base/lxshortcut/files')
-rw-r--r-- | lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch b/lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch new file mode 100644 index 000000000000..50e3bc689197 --- /dev/null +++ b/lxde-base/lxshortcut/files/lxshortcut-0.1.1-intltool.patch @@ -0,0 +1,15 @@ +diff -NrU5 lxshortcut-0.1.1.original/configure.in lxshortcut-0.1.1/configure.in +--- lxshortcut-0.1.1.original/configure.in 2009-08-04 23:06:40.000000000 -0600 ++++ lxshortcut-0.1.1/configure.in 2009-08-04 23:07:11.000000000 -0600 +@@ -2,10 +2,11 @@ + + AC_INIT(configure.in) + AM_INIT_AUTOMAKE(lxshortcut, 0.1.1) + AM_CONFIG_HEADER(config.h) + AM_MAINTAINER_MODE ++IT_PROG_INTLTOOL + + AC_ISC_POSIX + AC_PROG_CC + AM_PROG_CC_STDC + AC_HEADER_STDC |