From 2f3542f78c614372e8272172ad42627abd39317b Mon Sep 17 00:00:00 2001 From: grant Date: Sat, 18 Dec 2004 16:12:41 +0000 Subject: tell configure to ignore inttypes.h on irix 5 because it is known to be incompatible with sys/types.h. fixes PR pkg/28545 from Georg Schwarz. --- databases/db3/Makefile | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'databases/db3') diff --git a/databases/db3/Makefile b/databases/db3/Makefile index c735006c3b4..daa8369dee1 100644 --- a/databases/db3/Makefile +++ b/databases/db3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2004/12/16 04:36:29 grant Exp $ +# $NetBSD: Makefile,v 1.30 2004/12/18 16:12:41 grant Exp $ DISTNAME= db-3.3.11 PKGNAME= db3-3.11.2 @@ -33,6 +33,12 @@ CONFIGURE_ARGS+= --enable-cxx CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= --enable-compat185 +.include "../../mk/bsd.prefs.mk" + +.if !empty(LOWER_OPSYS:Mirix5*) +CONFIGURE_ENV+= ac_cv_header_inttypes_h=no +.endif + post-install: ${CHOWN} -R ${BINOWN}:${BINGRP} ${PREFIX}/share/doc/html/db3 -- cgit v1.2.3