summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Ostorga <vostorga@gentoo.org>2009-08-05 05:24:19 +0000
committerVictor Ostorga <vostorga@gentoo.org>2009-08-05 05:24:19 +0000
commit30f992b7f38c3a548a0fe309efec2172fd96c85d (patch)
tree86c8db52d3d087bb4159e32c3ebd5386f080cfaf /lxde-base/lxshortcut/files
parentFixing infinite loop, bug #280399 , Patch thanks to Yuan Ye <yuanyelele@gmail... (diff)
downloadhistorical-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.patch15
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