diff options
author | Maciej Mrozowski <reavertm@gentoo.org> | 2012-09-13 18:15:39 +0000 |
---|---|---|
committer | Maciej Mrozowski <reavertm@gentoo.org> | 2012-09-13 18:15:39 +0000 |
commit | 4e3112da6fde2f40b01a5d64f7757527eebc3320 (patch) | |
tree | 1342928c8a90a51f1cc842c362845f14da01c102 /app-mobilephone | |
parent | Fix bug 430358 - CVE-2012-3457 (diff) | |
download | gentoo-2-4e3112da6fde2f40b01a5d64f7757527eebc3320.tar.gz gentoo-2-4e3112da6fde2f40b01a5d64f7757527eebc3320.tar.bz2 gentoo-2-4e3112da6fde2f40b01a5d64f7757527eebc3320.zip |
Add missing patch.
(Portage version: 2.2.0_alpha127/cvs/Linux x86_64)
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/gnokii/ChangeLog | 6 | ||||
-rw-r--r-- | app-mobilephone/gnokii/files/gnokii-0.6.31-fix_xgnokii_inclusion.patch | 11 |
2 files changed, 16 insertions, 1 deletions
diff --git a/app-mobilephone/gnokii/ChangeLog b/app-mobilephone/gnokii/ChangeLog index e6e8882e69cd..82e791dbd6c7 100644 --- a/app-mobilephone/gnokii/ChangeLog +++ b/app-mobilephone/gnokii/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-mobilephone/gnokii # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.115 2012/09/11 04:17:55 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-mobilephone/gnokii/ChangeLog,v 1.116 2012/09/13 18:15:39 reavertm Exp $ + + 13 Sep 2012; Maciej Mrozowski <reavertm@gentoo.org> + +files/gnokii-0.6.31-fix_xgnokii_inclusion.patch: + Add missing patch. *gnokii-0.6.31 (11 Sep 2012) diff --git a/app-mobilephone/gnokii/files/gnokii-0.6.31-fix_xgnokii_inclusion.patch b/app-mobilephone/gnokii/files/gnokii-0.6.31-fix_xgnokii_inclusion.patch new file mode 100644 index 000000000000..849ca1ccf04a --- /dev/null +++ b/app-mobilephone/gnokii/files/gnokii-0.6.31-fix_xgnokii_inclusion.patch @@ -0,0 +1,11 @@ +--- configure.in.ori 2012-04-03 13:06:36.452630827 +0200 ++++ configure.in 2012-04-03 13:07:19.139299726 +0200 +@@ -689,7 +689,7 @@ + fi + fi + +-AM_CONDITIONAL(XGNOKII, test "x$_support" = "xyes") ++AM_CONDITIONAL(XGNOKII, test "x$x_support" = "xyes") + + dnl ======================== Check for libsocket + AC_CHECK_LIB(socket, socket) |