summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <drac@gentoo.org>2008-01-17 13:59:13 +0000
committerSamuli Suominen <drac@gentoo.org>2008-01-17 13:59:13 +0000
commit143a94eecd9815abc044362382956abbc3af7afd (patch)
treee7a7da5275c485b6db3ebf42ba3f6b9c633c61b7 /net-ftp/axyftp/files
parentadd aspell dep (bug #205177) and use autotools eclass (diff)
downloadgentoo-2-143a94eecd9815abc044362382956abbc3af7afd.tar.gz
gentoo-2-143a94eecd9815abc044362382956abbc3af7afd.tar.bz2
gentoo-2-143a94eecd9815abc044362382956abbc3af7afd.zip
Switch from GTK+-1.2 depend to OpenMotif wrt #205511. Fix compilers warnings. Install desktop entry with icon.
(Portage version: 2.1.4)
Diffstat (limited to 'net-ftp/axyftp/files')
-rw-r--r--net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch18
-rw-r--r--net-ftp/axyftp/files/digest-axyftp-0.5.1-r1 (renamed from net-ftp/axyftp/files/digest-axyftp-0.5.1)0
2 files changed, 18 insertions, 0 deletions
diff --git a/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch b/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
new file mode 100644
index 000000000000..8937114251e3
--- /dev/null
+++ b/net-ftp/axyftp/files/axyftp-0.5.1-built-in-function-exit.patch
@@ -0,0 +1,18 @@
+diff -ur axyftp-0.5.1.orig/src/buttonbar.c axyftp-0.5.1/src/buttonbar.c
+--- axyftp-0.5.1.orig/src/buttonbar.c 2000-01-17 21:50:04.000000000 +0200
++++ axyftp-0.5.1/src/buttonbar.c 2008-01-17 15:46:22.000000000 +0200
+@@ -1,4 +1,5 @@
+ /* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
++#include<stdlib.h>
+ #include"axyftp.h"
+ #include"utils.h"
+ #include"multi.h"
+diff -ur axyftp-0.5.1.orig/src/utils.c axyftp-0.5.1/src/utils.c
+--- axyftp-0.5.1.orig/src/utils.c 2000-01-17 22:03:59.000000000 +0200
++++ axyftp-0.5.1/src/utils.c 2008-01-17 15:45:51.000000000 +0200
+@@ -1,4 +1,5 @@
+ /* Copyright (c) 1998 Alexander Yukhimets. All rights reserved. */
++#include<stdlib.h>
+ #include<string.h>
+ #include<stdio.h>
+
diff --git a/net-ftp/axyftp/files/digest-axyftp-0.5.1 b/net-ftp/axyftp/files/digest-axyftp-0.5.1-r1
index 3fb36bf10ca3..3fb36bf10ca3 100644
--- a/net-ftp/axyftp/files/digest-axyftp-0.5.1
+++ b/net-ftp/axyftp/files/digest-axyftp-0.5.1-r1