aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gftp
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gftp')
-rw-r--r--recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch14
-rw-r--r--recipes/gftp/gftp_2.0.18.bb5
2 files changed, 17 insertions, 2 deletions
diff --git a/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch b/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch
new file mode 100644
index 0000000000..e2781bd928
--- /dev/null
+++ b/recipes/gftp/gftp/gftp-2.0.18-mkinstalldir.patch
@@ -0,0 +1,14 @@
+Index: gftp-2.0.18/po/Makefile.in.in
+===================================================================
+--- gftp-2.0.18.orig/po/Makefile.in.in 2010-03-16 14:07:50.311553658 +0800
++++ gftp-2.0.18/po/Makefile.in.in 2010-03-16 14:08:08.977119831 +0800
+@@ -28,8 +28,7 @@
+
+ INSTALL = @INSTALL@
+ INSTALL_DATA = @INSTALL_DATA@
+-MKINSTALLDIRS = @MKINSTALLDIRS@
+-mkinstalldirs = $(SHELL) $(MKINSTALLDIRS)
++mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+
+ GMSGFMT = @GMSGFMT@
+ MSGFMT = @MSGFMT@
diff --git a/recipes/gftp/gftp_2.0.18.bb b/recipes/gftp/gftp_2.0.18.bb
index 104e7bf953..fa73486d4a 100644
--- a/recipes/gftp/gftp_2.0.18.bb
+++ b/recipes/gftp/gftp_2.0.18.bb
@@ -6,14 +6,15 @@ DESCRIPTION = "Free multithreaded file transfer client (FTP/HTTP/SSH)."
HOMEPAGE="http://www.gftp.org/"
SECTION = "x11/network"
LICENSE="GPL"
-PR = "r3"
+PR = "r4"
SRC_URI="http://www.gftp.org/gftp-${PV}.tar.bz2 \
file://configure.patch;patch=1 \
file://gftp-2.0.18-188252.patch;patch=1 \
file://gftp-2.0.18-ipv6.patch;patch=1;pnum=2 \
file://gftp-2.0.18-ssh2-read.patch;patch=1 \
- file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 "
+ file://gftp-2.0.18-ssl-wildcardcert.patch;patch=1;pnum=0 \
+ file://gftp-2.0.18-mkinstalldir.patch;patch=1 "
DEPENDS="gtk+ openssl"