From 87a63452ee64f92a05d7fd7e8c26602195fa1b2c Mon Sep 17 00:00:00 2001 From: tron Date: Thu, 6 Sep 2001 10:52:55 +0000 Subject: Fix build problem caused by buildlink conversion. --- comms/p5-pilot-link/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'comms/p5-pilot-link') diff --git a/comms/p5-pilot-link/Makefile b/comms/p5-pilot-link/Makefile index 0e29d44c269..84ff2dbee77 100644 --- a/comms/p5-pilot-link/Makefile +++ b/comms/p5-pilot-link/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2001/06/27 18:11:37 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2001/09/06 10:52:55 tron Exp $ DISTNAME= pilot-link.0.9.5 PKGNAME= p5-pilot-link-0.1 @@ -26,6 +26,7 @@ pre-configure: ${SED} -e "s|@prefix@|${PREFIX}|g" \ -e "s|@exec_prefix@|${PREFIX}|g" \ -e "s|@libdir@|${PREFIX}/lib|g" \ + -e "s|\(-I.*\)\(',\)|\1 ${BUILDLINK_CPPFLAGS}\2|" \ Makefile.PL.in > Makefile.PL do-configure: -- cgit v1.2.3