pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libjit Disable use of tgmath.h on NetBSD, since ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7b0115d4fbae
branches:  trunk
changeset: 597390:7b0115d4fbae
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Dec 22 00:26:02 2011 +0000

description:
Disable use of tgmath.h on NetBSD, since various functions are missing
in libm.

diffstat:

 devel/libjit/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 7e2bb574064f -r 7b0115d4fbae devel/libjit/Makefile
--- a/devel/libjit/Makefile     Wed Dec 21 20:20:43 2011 +0000
+++ b/devel/libjit/Makefile     Thu Dec 22 00:26:02 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2009/07/08 16:23:59 joerg Exp $
+# $NetBSD: Makefile,v 1.15 2011/12/22 00:26:02 joerg Exp $
 #
 
 DISTNAME=      libjit-0.1.2
@@ -19,5 +19,11 @@
 GNU_CONFIGURE=         yes
 INFO_FILES=            # PLIST
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "NetBSD"
+CONFIGURE_ARGS+=       ac_cv_header_tgmath_h=no
+.endif
+
 .include "../../mk/pthread.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index