pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/audio/arts
Module Name: pkgsrc
Committed By: maya
Date: Mon Jul 24 08:34:30 UTC 2017
Modified Files:
pkgsrc/audio/arts: Makefile
Log Message:
Force disable fortify to fix the build.
artsdsp.c is extremely questionable and won't be possible to build with
fortify.
from gary duzan
To generate a diff of this commit:
cvs rdiff -u -r1.92 -r1.93 pkgsrc/audio/arts/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/audio/arts/Makefile
diff -u pkgsrc/audio/arts/Makefile:1.92 pkgsrc/audio/arts/Makefile:1.93
--- pkgsrc/audio/arts/Makefile:1.92 Mon Jul 24 08:31:44 2017
+++ pkgsrc/audio/arts/Makefile Mon Jul 24 08:34:30 2017
@@ -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=
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}
Home |
Main Index |
Thread Index |
Old Index