Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/grok/files/
Date: Sat, 05 May 2018 19:10:01
Message-Id: 1525547393.cac54fbbc2f4abb24c4fb7f15194b66aa98fd223.dilfridge@gentoo
1 commit: cac54fbbc2f4abb24c4fb7f15194b66aa98fd223
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 5 19:09:20 2018 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat May 5 19:09:53 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cac54fbb
7
8 dev-libs/grok: Make prefix-compatible
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 dev-libs/grok/files/grok-0.9.2-libtirpc.patch | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-libs/grok/files/grok-0.9.2-libtirpc.patch b/dev-libs/grok/files/grok-0.9.2-libtirpc.patch
16 index 0e91d9fed12..9fd09bef825 100644
17 --- a/dev-libs/grok/files/grok-0.9.2-libtirpc.patch
18 +++ b/dev-libs/grok/files/grok-0.9.2-libtirpc.patch
19 @@ -15,7 +15,7 @@ diff -ruN grok-0.9.2.orig/Makefile grok-0.9.2/Makefile
20
21 # Platform so we know what to dlopen
22 -CFLAGS+=-DPLATFORM_$(PLATFORM)
23 -+CFLAGS+=-DPLATFORM_$(PLATFORM) -I/usr/include/tirpc
24 ++CFLAGS+=-DPLATFORM_$(PLATFORM) -I$(EPREFIX)/usr/include/tirpc
25 # Uncomment to totally disable logging features
26 #CFLAGS+=-DNOLOGGING