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/55a6c1256822
branches: trunk
changeset: 999863:55a6c1256822
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 30da4f5e3384 -r 55a6c1256822 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