Source-Changes-HG archive

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

[src/trunk]: src/external/bsd/lutok/lib/liblutok allow build to proceed despi...



details:   https://anonhg.NetBSD.org/src/rev/9c35bb24d8c4
branches:  trunk
changeset: 824425:9c35bb24d8c4
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 04 21:03:20 2017 +0000

description:
allow build to proceed despite system header warnings.

diffstat:

 external/bsd/lutok/lib/liblutok/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 7588e110e586 -r 9c35bb24d8c4 external/bsd/lutok/lib/liblutok/Makefile
--- a/external/bsd/lutok/lib/liblutok/Makefile  Sun Jun 04 20:28:13 2017 +0000
+++ b/external/bsd/lutok/lib/liblutok/Makefile  Sun Jun 04 21:03:20 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2013/10/18 23:36:10 jmmv Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/04 21:03:20 christos Exp $
 
 #NOLINT=               # defined
 
@@ -13,7 +13,7 @@
 SRCDIR=                ${NETBSDSRCDIR}/external/bsd/lutok/dist
 .PATH:         ${SRCDIR}
 
-CPPFLAGS+=     -I${.CURDIR}
+CPPFLAGS+=     -I${.CURDIR} -I${SRCDIR}
 CPPFLAGS+=     -I.
 
 CPPFLAGS+=     -DHAVE_CONFIG_H
@@ -40,6 +40,7 @@
 .if ${MKSHARE} != "no"
 FILES+=                lutok.pc
 FILESDIR=      /usr/lib/pkgconfig
+COPTS+=                -Wno-error=ctor-dtor-privacy -Wno-error=unused-local-typedefs
 
 realall: lutok.pc
 lutok.pc: Makefile lutok.pc.in



Home | Main Index | Thread Index | Old Index