diff options
author | Alin Năstac <mrness@gentoo.org> | 2007-04-14 10:33:44 +0000 |
---|---|---|
committer | Alin Năstac <mrness@gentoo.org> | 2007-04-14 10:33:44 +0000 |
commit | 1c24e69ff35b87590f14fc19ec8088cbcf698bdf (patch) | |
tree | 25cb8408c012d16cfec51f62388b539065ff6313 /net-dialup/gnome-ppp/files | |
parent | Add large fdset support, bug 128102 thanks to Vladyslav Bakayev <vbakayev@gma... (diff) | |
download | gentoo-2-1c24e69ff35b87590f14fc19ec8088cbcf698bdf.tar.gz gentoo-2-1c24e69ff35b87590f14fc19ec8088cbcf698bdf.tar.bz2 gentoo-2-1c24e69ff35b87590f14fc19ec8088cbcf698bdf.zip |
Set HOMEPAGE to none available and SRC_URI to Gentoo mirrors. Fix implicit declaration QA warning.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-dialup/gnome-ppp/files')
-rw-r--r-- | net-dialup/gnome-ppp/files/gnome-ppp-0.3.23-implicit-decl.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dialup/gnome-ppp/files/gnome-ppp-0.3.23-implicit-decl.patch b/net-dialup/gnome-ppp/files/gnome-ppp-0.3.23-implicit-decl.patch new file mode 100644 index 000000000000..32e77f865c1f --- /dev/null +++ b/net-dialup/gnome-ppp/files/gnome-ppp-0.3.23-implicit-decl.patch @@ -0,0 +1,11 @@ +diff -Nru gnome-ppp-0.3.23.orig/src/gnome-ppp-details.c gnome-ppp-0.3.23/src/gnome-ppp-details.c +--- gnome-ppp-0.3.23.orig/src/gnome-ppp-details.c 2005-05-04 01:26:25.000000000 +0300 ++++ gnome-ppp-0.3.23/src/gnome-ppp-details.c 2007-04-14 13:28:30.000000000 +0300 +@@ -31,6 +31,7 @@ + * Joe Marcus Clarke <marcus@freebsd.org> + */ + ++#include <unistd.h> + #include "gnome-ppp.h" + + |