pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang/tcl-expect on IRIX 5.3 inttypes.h and sys/types.h...
details: https://anonhg.NetBSD.org/pkgsrc/rev/9e3c758ea229
branches: trunk
changeset: 489987:9e3c758ea229
user: schwarz <schwarz%pkgsrc.org@localhost>
date: Tue Mar 01 21:05:46 2005 +0000
description:
on IRIX 5.3 inttypes.h and sys/types.h are known to conflict.
diffstat:
lang/tcl-expect/Makefile.common | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (21 lines):
diff -r 79ef78056cf8 -r 9e3c758ea229 lang/tcl-expect/Makefile.common
--- a/lang/tcl-expect/Makefile.common Tue Mar 01 20:52:15 2005 +0000
+++ b/lang/tcl-expect/Makefile.common Tue Mar 01 21:05:46 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.4 2004/11/18 16:47:19 adam Exp $
+# $NetBSD: Makefile.common,v 1.5 2005/03/01 21:05:46 schwarz Exp $
DISTNAME= expect-${EXPECT_VERSION}
MASTER_SITES= http://expect.nist.gov/src/
@@ -12,5 +12,11 @@
GNU_CONFIGURE= yes
TEST_TARGET= test
+.include "../../mk/bsd.prefs.mk"
+.if $(OPSYS) == "IRIX" && $(OS_VERSION) == 5.3
+# on IRIX 5.3 inttypes.h and sys/types.h are known to conflict.
+CONFIGURE_ENV+= ac_cv_header_inttypes_h="no"
+.endif
+
DISTINFO_FILE= ${.CURDIR}/../../lang/tcl-expect/distinfo
PATCHDIR= ${.CURDIR}/../../lang/tcl-expect/patches
Home |
Main Index |
Thread Index |
Old Index