diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-15 12:34:41 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2008-06-15 12:34:41 +0000 |
commit | 04270c7964b6d99f8297d57194916056ab8adb79 (patch) | |
tree | c51bff86be29daec85c88871df5cec5c69f7efb9 /app-crypt/seahorse | |
parent | Stable on alpha, bug #226741 (diff) | |
download | gentoo-2-04270c7964b6d99f8297d57194916056ab8adb79.tar.gz gentoo-2-04270c7964b6d99f8297d57194916056ab8adb79.tar.bz2 gentoo-2-04270c7964b6d99f8297d57194916056ab8adb79.zip |
fix compilation on fbsd, bug #224591.
(Portage version: 2.1.5.4)
Diffstat (limited to 'app-crypt/seahorse')
-rw-r--r-- | app-crypt/seahorse/ChangeLog | 6 | ||||
-rw-r--r-- | app-crypt/seahorse/files/seahorse-2.22.2-fbsd.patch | 10 | ||||
-rw-r--r-- | app-crypt/seahorse/seahorse-2.22.2.ebuild | 5 |
3 files changed, 19 insertions, 2 deletions
diff --git a/app-crypt/seahorse/ChangeLog b/app-crypt/seahorse/ChangeLog index 5544053bba9d..ae4beb02c58a 100644 --- a/app-crypt/seahorse/ChangeLog +++ b/app-crypt/seahorse/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-crypt/seahorse # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.101 2008/06/15 12:24:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/ChangeLog,v 1.102 2008/06/15 12:34:40 eva Exp $ + + 15 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> + +files/seahorse-2.22.2-fbsd.patch, seahorse-2.22.2.ebuild: + fix compilation on fbsd, bug #224591. 15 Jun 2008; Gilles Dartiguelongue <eva@gentoo.org> seahorse-2.20.3.ebuild, seahorse-2.22.1.ebuild, seahorse-2.22.2.ebuild: diff --git a/app-crypt/seahorse/files/seahorse-2.22.2-fbsd.patch b/app-crypt/seahorse/files/seahorse-2.22.2-fbsd.patch new file mode 100644 index 000000000000..060678287269 --- /dev/null +++ b/app-crypt/seahorse/files/seahorse-2.22.2-fbsd.patch @@ -0,0 +1,10 @@ +--- seahorse-2.22.2/libseahorse/seahorse-ssh-operation.c.old 2008-06-02 11:08:44 +0000 ++++ seahorse-2.22.2/libseahorse/seahorse-ssh-operation.c 2008-06-02 11:08:57 +0000 +@@ -20,6 +20,7 @@ + */ + + #include "config.h" ++#include <signal.h> + #include <sys/wait.h> + #include <sys/socket.h> + #include <gnome.h> diff --git a/app-crypt/seahorse/seahorse-2.22.2.ebuild b/app-crypt/seahorse/seahorse-2.22.2.ebuild index 3abae3093734..66d99f33321c 100644 --- a/app-crypt/seahorse/seahorse-2.22.2.ebuild +++ b/app-crypt/seahorse/seahorse-2.22.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.22.2.ebuild,v 1.2 2008/06/15 12:24:26 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-crypt/seahorse/seahorse-2.22.2.ebuild,v 1.3 2008/06/15 12:34:40 eva Exp $ EAPI="1" @@ -94,6 +94,9 @@ pkg_setup() { src_unpack() { gnome2_src_unpack epatch "${FILESDIR}/${PN}-0.9.10-update-mime.patch" + + # Fix building on fbsd + epatch "${FILESDIR}/${P}-fbsd.patch" } src_install() { |