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/363b8e36f806
branches: trunk
changeset: 354124:363b8e36f806
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 480107915af9 -r 363b8e36f806 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