pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/mutt ignore inttypes.h on irix 5 as it is known t...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b5da6a9ad5dd
branches: trunk
changeset: 485673:b5da6a9ad5dd
user: grant <grant%pkgsrc.org@localhost>
date: Sat Dec 18 16:24:20 2004 +0000
description:
ignore inttypes.h on irix 5 as it is known to conflict with
sys/types.h.
fixes PR pkg/28632 from Georg Schwarz.
diffstat:
mail/mutt/Makefile | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
diffs (20 lines):
diff -r 3c91882cb182 -r b5da6a9ad5dd mail/mutt/Makefile
--- a/mail/mutt/Makefile Sat Dec 18 16:23:04 2004 +0000
+++ b/mail/mutt/Makefile Sat Dec 18 16:24:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.122 2004/10/03 00:12:53 tv Exp $
+# $NetBSD: Makefile,v 1.123 2004/12/18 16:24:20 grant Exp $
DISTNAME= mutt-1.4.2.1i
PKGNAME= ${DISTNAME:C/i$//}
@@ -33,6 +33,10 @@
CONFIGURE_ARGS+= --without-wc-funcs
.endif
+.if ${LOWER_OPSYS} == "irix5.3"
+CONFIGURE_ENV+= ac_cv_header_inttypes_h=no
+.endif
+
# There is a problem using /bin/sh on old NetBSD releases, so use /bin/ksh
# there.
#
Home |
Main Index |
Thread Index |
Old Index