diff options
author | schwarz <schwarz@pkgsrc.org> | 2005-03-20 21:47:35 +0000 |
---|---|---|
committer | schwarz <schwarz@pkgsrc.org> | 2005-03-20 21:47:35 +0000 |
commit | d8b92885773ce5b603b203f70f0554869a2afd18 (patch) | |
tree | 19b47a24228c08d07389f21e51cbd63cb4d244c8 | |
parent | 232f9b233dd1df4da74a2d291709ba7c7bdae0ca (diff) | |
download | pkgsrc-d8b92885773ce5b603b203f70f0554869a2afd18.tar.gz |
fixing PR#26796
-rw-r--r-- | comms/pilot-link-libs/Makefile | 6 |
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++ |