Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 646126
Collapse All | Expand All

(-)/var/cache/portage/depot/net-libs/libgssglue/files/libgssglue-0.4-implicit-declarations.patch (-2 / +2 lines)
Lines 1-8 Link Here
1
* g_initialize.c:275:5: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration]
1
* g_initialize.c:275:5: warning: implicit declaration of function 'getuid' [-Wimplicit-function-declaration]
2
* g_initialize.c:275:5: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration]
2
* g_initialize.c:275:5: warning: implicit declaration of function 'geteuid' [-Wimplicit-function-declaration]
3
3
4
--- src/g_initialize.c
4
--- a/src/g_initialize.c
5
+++ src/g_initialize.c
5
+++ b/src/g_initialize.c
6
@@ -29,6 +29,9 @@
6
@@ -29,6 +29,9 @@
7
 #include "mglueP.h"
7
 #include "mglueP.h"
8
 #include <stdlib.h>
8
 #include <stdlib.h>
(-)/var/cache/portage/depot/net-libs/libgssglue/libgssglue-0.4.ebuild (-4 / +9 lines)
Lines 1-7 Link Here
1
# Copyright 1999-2018 Gentoo Foundation
1
# Copyright 1999-2018 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=4
4
EAPI=6
5
5
inherit eutils
6
inherit eutils
6
7
7
DESCRIPTION="exports a gssapi interface which calls other random gssapi libraries"
8
DESCRIPTION="exports a gssapi interface which calls other random gssapi libraries"
Lines 17-26 Link Here
17
18
18
DOCS="AUTHORS ChangeLog NEWS README"
19
DOCS="AUTHORS ChangeLog NEWS README"
19
20
21
PATCHES=(
22
	"${FILESDIR}"/${PN}-0.3-protos.patch
23
	"${FILESDIR}"/${PN}-0.4-implicit-declarations.patch
24
)
25
20
src_prepare() {
26
src_prepare() {
21
	epatch \
27
	default
22
		"${FILESDIR}"/${PN}-0.3-protos.patch \
28
	sed -i -e "s,/lib/,/$(get_libdir)/," doc/gssapi_mech.conf
23
		"${FILESDIR}"/${PN}-0.4-implicit-declarations.patch
24
}
29
}
25
30
26
src_configure() {
31
src_configure() {

Return to bug 646126