diff options
author | B. Watson | 2015-11-22 10:49:57 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo | 2015-11-28 01:26:17 +0100 |
commit | 1fcbf40c1414cefb906b4ed73613b88884c36520 (patch) | |
tree | ef2536d804be56ee1f2b6afabcbbaec7916edd80 /audio/grip2 | |
parent | 48a8b77e8987e86baa11e03f3fb8479bbb8fab2f (diff) | |
download | slackbuilds-1fcbf40c1414cefb906b4ed73613b88884c36520.tar.gz |
audio/grip2: Fix compile issue.
Diffstat (limited to 'audio/grip2')
-rw-r--r-- | audio/grip2/grip2.SlackBuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/grip2/grip2.SlackBuild b/audio/grip2/grip2.SlackBuild index aee00db42c..be3b9c8f90 100644 --- a/audio/grip2/grip2.SlackBuild +++ b/audio/grip2/grip2.SlackBuild @@ -48,6 +48,8 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; +SLKCFLAGS="$SLKCFLAGS -std=gnu89" + # Slack 12.2 and up keeps cdda headers in /usr/include/cdda, 12.1 has them # in /usr/include itself. Be adaptable. if [ -r /usr/include/cdda/cdda_interface.h ]; then |