summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorschwarz <schwarz>2005-03-01 21:05:46 +0000
committerschwarz <schwarz>2005-03-01 21:05:46 +0000
commitd7df8710d0ef455bd5c2fab8875b315ebe818eb2 (patch)
tree43e732d4155a99e983fbf53176c51e152b416547 /lang
parentb588230b555cb913ab51d1bb465068f412875e01 (diff)
downloadpkgsrc-d7df8710d0ef455bd5c2fab8875b315ebe818eb2.tar.gz
on IRIX 5.3 inttypes.h and sys/types.h are known to conflict.
Diffstat (limited to 'lang')
-rw-r--r--lang/tcl-expect/Makefile.common8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common
index 30e6d4c2ce7..0e3202c001d 100644
--- a/lang/tcl-expect/Makefile.common
+++ b/lang/tcl-expect/Makefile.common
@@ -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 @@ USE_LIBTOOL= yes
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