From 5e91849be3d073159ea5266584fe4fa8541de224 Mon Sep 17 00:00:00 2001 From: maya Date: Mon, 24 Jul 2017 08:34:30 +0000 Subject: Force disable fortify to fix the build. artsdsp.c is extremely questionable and won't be possible to build with fortify. from gary duzan --- audio/arts/Makefile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'audio') diff --git a/audio/arts/Makefile b/audio/arts/Makefile index 29ce62b2e77..ad7bc2fc0c5 100644 --- a/audio/arts/Makefile +++ b/audio/arts/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2017/07/24 08:31:44 maya Exp $ +# $NetBSD: Makefile,v 1.93 2017/07/24 08:34:30 maya Exp $ DISTNAME= arts-1.5.10 PKGREVISION= 15 @@ -14,6 +14,9 @@ CFLAGS.SunOS+= -D_XOPEN_SOURCE=600 -std=c99 USE_TOOLS+= perl pkg-config +# intentionally overrides libc +PKGSRC_USE_FORTIFY= no + # Ensure we export symbols in the linked shared object. LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} -- cgit v1.2.3