diff options
author | David Spencer <baildon.research@googlemail.com> | 2015-12-29 14:05:19 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 3444f8bb63731f45dd041a1e762a70d3a991f508 (patch) | |
tree | a27da10d0996d7a8c209b0c283034a4d7cab711f /audio | |
parent | 69fca9cbaa067d0eaa5d587eb466fe58b76bb7cf (diff) | |
download | slackbuilds-3444f8bb63731f45dd041a1e762a70d3a991f508.tar.gz |
audio/ocp: Fixed build with gcc-5.3.0.
Thanks to Arch Linux for the regex :)
Signed-off-by: David Spencer <baildon.research@googlemail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ocp/ocp.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
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 \ |