Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tools/rpcgen Instruct tools/rpcgen about new path for rpc he...



details:   https://anonhg.NetBSD.org/src/rev/353f37430a8a
branches:  trunk
changeset: 452193:353f37430a8a
user:      kamil <kamil%NetBSD.org@localhost>
date:      Fri Jun 21 14:56:39 2019 +0000

description:
Instruct tools/rpcgen about new path for rpc headers

Fixes build on Gentoo.

diffstat:

 tools/rpcgen/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r cb536503f358 -r 353f37430a8a tools/rpcgen/Makefile
--- a/tools/rpcgen/Makefile     Fri Jun 21 14:19:46 2019 +0000
+++ b/tools/rpcgen/Makefile     Fri Jun 21 14:56:39 2019 +0000
@@ -1,6 +1,10 @@
-#      $NetBSD: Makefile,v 1.4 2002/12/08 20:20:05 thorpej Exp $
+#      $NetBSD: Makefile,v 1.5 2019/06/21 14:56:39 kamil Exp $
 
 HOSTPROGNAME=  ${_TOOL_PREFIX}rpcgen
 HOST_SRCDIR=   usr.bin/rpcgen
 
+RPCGEN_INC=    ${.CURDIR}/../../common/include
+
+HOST_CPPFLAGS+=        -I${RPCGEN_INC}
+
 .include "${.CURDIR}/../Makefile.host"



Home | Main Index | Thread Index | Old Index