From d8b92885773ce5b603b203f70f0554869a2afd18 Mon Sep 17 00:00:00 2001 From: schwarz Date: Sun, 20 Mar 2005 21:47:35 +0000 Subject: fixing PR#26796 --- comms/pilot-link-libs/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'comms') diff --git a/comms/pilot-link-libs/Makefile b/comms/pilot-link-libs/Makefile index 451c764d93e..90c742e0a39 100644 --- a/comms/pilot-link-libs/Makefile +++ b/comms/pilot-link-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/01/25 18:41:20 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/03/20 21:47:35 schwarz Exp $ # .include "../../comms/pilot-link/Makefile.common" @@ -14,6 +14,10 @@ USE_BUILDLINK3= yes MAKE_ENV+= PILIB="libsock/libpisock.la" MAKE_ENV+= PICCLIB="libcc/libpicc.a" +.if ${LOWER_OPSYS} == "irix5.3" +CONFIGURE_ENV+= ac_cv_header_inttypes_h="no" +.endif + BUILD_DIRS= ${WRKSRC}/include BUILD_DIRS+= ${WRKSRC}/libpisock BUILD_DIRS+= ${WRKSRC}/libpisock++ -- cgit v1.2.3