From 3444f8bb63731f45dd041a1e762a70d3a991f508 Mon Sep 17 00:00:00 2001 From: David Spencer Date: Tue, 29 Dec 2015 14:05:19 +0000 Subject: audio/ocp: Fixed build with gcc-5.3.0. Thanks to Arch Linux for the regex :) Signed-off-by: David Spencer Signed-off-by: Willy Sudiarto Raharjo --- audio/ocp/ocp.SlackBuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'audio/ocp') diff --git a/audio/ocp/ocp.SlackBuild b/audio/ocp/ocp.SlackBuild index c062633149..4522d87679 100644 --- a/audio/ocp/ocp.SlackBuild +++ b/audio/ocp/ocp.SlackBuild @@ -67,9 +67,10 @@ find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ -o -perm 511 \) -exec chmod 755 {} \; -o \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ - -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; sed -i "s/0.1.20/0.1.21/g" configure +sed -i "4592c2.95.[2-9]|2.95.[2-9][-.]*|3.[0-9]|3.[0-9].[0-9]|3.[0-9]|3.[0-9].[0-9]-*|4.*|5.*)" configure CFLAGS="$SLKCFLAGS" \ ./configure \ -- cgit v1.2.3