pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/databases/db3 tell configure to ignore inttypes.h on i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ae9268214db
branches:  trunk
changeset: 485668:1ae9268214db
user:      grant <grant%pkgsrc.org@localhost>
date:      Sat Dec 18 16:12:41 2004 +0000

description:
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.

diffstat:

 databases/db3/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r 6e248c827890 -r 1ae9268214db databases/db3/Makefile
--- a/databases/db3/Makefile    Sat Dec 18 16:09:49 2004 +0000
+++ b/databases/db3/Makefile    Sat Dec 18 16:12:41 2004 +0000
@@ -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-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
 



Home | Main Index | Thread Index | Old Index