dev-libs/grok: Make prefix-compatible
authorAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 5 May 2018 19:09:20 +0000 (21:09 +0200)
committerAndreas K. Hüttel <dilfridge@gentoo.org>
Sat, 5 May 2018 19:09:53 +0000 (21:09 +0200)
Package-Manager: Portage-2.3.36, Repoman-2.3.9

dev-libs/grok/files/grok-0.9.2-libtirpc.patch

index 0e91d9fed1226f9859ebe407316476456dcde18a..9fd09bef82525e34f76e5f5972c87189b8e3c497 100644 (file)
@@ -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