Module Name: src
Committed By: christos
Date: Sun Jun 4 21:03:21 UTC 2017
Modified Files:
src/external/bsd/lutok/lib/liblutok: Makefile
Log Message:
allow build to proceed despite system header warnings.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/bsd/lutok/lib/liblutok/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/external/bsd/lutok/lib/liblutok/Makefile
diff -u src/external/bsd/lutok/lib/liblutok/Makefile:1.4 src/external/bsd/lutok/lib/liblutok/Makefile:1.5
--- src/external/bsd/lutok/lib/liblutok/Makefile:1.4 Fri Oct 18 19:36:10 2013
+++ src/external/bsd/lutok/lib/liblutok/Makefile Sun Jun 4 17:03:20 2017
@@ -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 @@ LIBDPLIBS+= m ${.CURDIR}/../../../..
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 @@ INCSDIR= /usr/include/lutok
.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