Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/openjade Still needs to disable null pointer ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1eee6dd741cc
branches:  trunk
changeset: 431119:1eee6dd741cc
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat May 09 15:16:30 2020 +0000

description:
Still needs to disable null pointer checks with clang

diffstat:

 textproc/openjade/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r a9e18cdcf8c2 -r 1eee6dd741cc textproc/openjade/Makefile
--- a/textproc/openjade/Makefile        Sat May 09 14:48:12 2020 +0000
+++ b/textproc/openjade/Makefile        Sat May 09 15:16:30 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.38 2020/04/30 23:46:13 joerg Exp $
+# $NetBSD: Makefile,v 1.39 2020/05/09 15:16:30 joerg Exp $
 
 DISTNAME=      openjade-1.3.2
 PKGREVISION=   16
@@ -51,6 +51,8 @@
 .include "../../mk/compiler.mk"
 .if !empty(PKGSRC_COMPILER:Mgcc)
 CFLAGS+=       -fno-tree-dse
+.elif !empty(PKGSRC_COMPILER:Mclang)
+CFLAGS+=       -fno-delete-null-pointer-checks
 .endif
 
 post-install:



Home | Main Index | Thread Index | Old Index