ezstream: Leave pkgsrc to handle security features.
This commit is contained in:
parent
fad0415b0c
commit
45c6fab52c
2 changed files with 17 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
$NetBSD: distinfo,v 1.4 2015/11/03 01:12:29 agc Exp $
|
||||
$NetBSD: distinfo,v 1.5 2018/02/02 10:40:12 jperkin Exp $
|
||||
|
||||
SHA1 (ezstream-0.6.0.tar.gz) = 7817942031411cddf8e4f6d3dd0682a71fc1a592
|
||||
RMD160 (ezstream-0.6.0.tar.gz) = b859b39f89e363103330c1720d8c33a32f893f69
|
||||
SHA512 (ezstream-0.6.0.tar.gz) = d6b621db85a0d56dcc54a8b7a0136c25342ec507f04ab397a53f46a74e85e94806e17d0a0a59e66096b5c0d97b7f98eaba95a50c1ca6c8d82aed11b854d0d33d
|
||||
Size (ezstream-0.6.0.tar.gz) = 250448 bytes
|
||||
SHA1 (patch-configure) = db35fd164027451e91c54733f394cf42113f5bb4
|
||||
|
|
15
audio/ezstream/patches/patch-configure
Normal file
15
audio/ezstream/patches/patch-configure
Normal file
|
@ -0,0 +1,15 @@
|
|||
$NetBSD: patch-configure,v 1.1 2018/02/02 10:40:12 jperkin Exp $
|
||||
|
||||
Leave pkgsrc to handle security features.
|
||||
|
||||
--- configure.orig 2015-01-17 23:54:24.000000000 +0000
|
||||
+++ configure
|
||||
@@ -4899,7 +4899,7 @@ EZ_LIBS=""
|
||||
|
||||
|
||||
if test -n "${GCC}"; then
|
||||
- for _flag in fstack-protector fstrict-aliasing Wall W Wstrict-aliasing \
|
||||
+ for _flag in fstrict-aliasing Wall W Wstrict-aliasing \
|
||||
Wwrite-strings Wpointer-arith Wshadow Wconversion Wcast-qual \
|
||||
Wcast-align Wbounded Wmissing-declarations Wmissing-prototypes \
|
||||
Wstrict-prototypes
|
Loading…
Reference in a new issue