summaryrefslogtreecommitdiff
path: root/comms/pilot-link-libs/Makefile
diff options
context:
space:
mode:
authorschwarz <schwarz>2005-03-20 21:47:35 +0000
committerschwarz <schwarz>2005-03-20 21:47:35 +0000
commitadac7ef1487d9ee0ed3ae1208def8b626d74b9ea (patch)
tree19b47a24228c08d07389f21e51cbd63cb4d244c8 /comms/pilot-link-libs/Makefile
parentebe47ab38594c355f1cb69cf4639ef99442452be (diff)
downloadpkgsrc-adac7ef1487d9ee0ed3ae1208def8b626d74b9ea.tar.gz
fixing PR#26796
Diffstat (limited to 'comms/pilot-link-libs/Makefile')
-rw-r--r--comms/pilot-link-libs/Makefile6
1 files changed, 5 insertions, 1 deletions
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++