pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/comms/pilot-link-libs fixing PR#26796



details:   https://anonhg.NetBSD.org/pkgsrc/rev/178a7c278f5c
branches:  trunk
changeset: 490820:178a7c278f5c
user:      schwarz <schwarz%pkgsrc.org@localhost>
date:      Sun Mar 20 21:47:35 2005 +0000

description:
fixing PR#26796

diffstat:

 comms/pilot-link-libs/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 9c93aea1579f -r 178a7c278f5c comms/pilot-link-libs/Makefile
--- a/comms/pilot-link-libs/Makefile    Sun Mar 20 21:34:17 2005 +0000
+++ b/comms/pilot-link-libs/Makefile    Sun Mar 20 21:47:35 2005 +0000
@@ -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 @@
 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++



Home | Main Index | Thread Index | Old Index