Module Name:    src
Committed By:   kamil
Date:           Fri Jun 21 14:56:40 UTC 2019

Modified Files:
        src/tools/rpcgen: Makefile

Log Message:
Instruct tools/rpcgen about new path for rpc headers

Fixes build on Gentoo.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/tools/rpcgen/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/tools/rpcgen/Makefile
diff -u src/tools/rpcgen/Makefile:1.4 src/tools/rpcgen/Makefile:1.5
--- src/tools/rpcgen/Makefile:1.4	Sun Dec  8 20:20:05 2002
+++ src/tools/rpcgen/Makefile	Fri Jun 21 14:56:39 2019
@@ -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"

Reply via email to