summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2017-07-24 08:34:30 +0000
committermaya <maya@pkgsrc.org>2017-07-24 08:34:30 +0000
commit98e63b21ebffa9f030ba599af3d662c013e11816 (patch)
tree68223e650473ebfba8caa4f79d3a564266cb3fc3 /audio
parent5d995f872d3d6c361704b772f7cfce09025e7629 (diff)
downloadpkgsrc-98e63b21ebffa9f030ba599af3d662c013e11816.tar.gz
Force disable fortify to fix the build.
artsdsp.c is extremely questionable and won't be possible to build with fortify. from gary duzan
Diffstat (limited to 'audio')
-rw-r--r--audio/arts/Makefile5
1 files changed, 4 insertions, 1 deletions
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}