diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-05-05 21:09:20 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2018-05-05 21:09:53 +0200 |
commit | cac54fbbc2f4abb24c4fb7f15194b66aa98fd223 (patch) | |
tree | f20dd8f07b945dd1244ecaab378e43a2e89c4837 /dev-libs/grok/files | |
parent | x11-base/xorg-server: Backport patch to fix colors on Intel GPUs (diff) | |
download | gentoo-cac54fbbc2f4abb24c4fb7f15194b66aa98fd223.tar.gz gentoo-cac54fbbc2f4abb24c4fb7f15194b66aa98fd223.tar.bz2 gentoo-cac54fbbc2f4abb24c4fb7f15194b66aa98fd223.zip |
dev-libs/grok: Make prefix-compatible
Package-Manager: Portage-2.3.36, Repoman-2.3.9
Diffstat (limited to 'dev-libs/grok/files')
-rw-r--r-- | dev-libs/grok/files/grok-0.9.2-libtirpc.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/grok/files/grok-0.9.2-libtirpc.patch b/dev-libs/grok/files/grok-0.9.2-libtirpc.patch index 0e91d9fed122..9fd09bef8252 100644 --- a/dev-libs/grok/files/grok-0.9.2-libtirpc.patch +++ b/dev-libs/grok/files/grok-0.9.2-libtirpc.patch @@ -15,7 +15,7 @@ diff -ruN grok-0.9.2.orig/Makefile grok-0.9.2/Makefile # Platform so we know what to dlopen -CFLAGS+=-DPLATFORM_$(PLATFORM) -+CFLAGS+=-DPLATFORM_$(PLATFORM) -I/usr/include/tirpc ++CFLAGS+=-DPLATFORM_$(PLATFORM) -I$(EPREFIX)/usr/include/tirpc # Uncomment to totally disable logging features #CFLAGS+=-DNOLOGGING |