diff options
author | B. Watson <yalhcru@gmail.com> | 2014-09-29 07:47:15 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-03 10:16:48 +0700 |
commit | 9f1f566505409badb4e6b487554c966806a32001 (patch) | |
tree | ea45779027cfc62229b860c4c37c4403db9d9188 /audio/mp3val/mp3val.SlackBuild | |
parent | 2c8f27314d2f8f177b62216a71a3b50b8bebf5d8 (diff) | |
download | slackbuilds-9f1f566505409badb4e6b487554c966806a32001.tar.gz |
audio/mp3val: Fix build.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/mp3val/mp3val.SlackBuild')
-rw-r--r-- | audio/mp3val/mp3val.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/mp3val/mp3val.SlackBuild b/audio/mp3val/mp3val.SlackBuild index 8c52ef54bb..db0e75c7c7 100644 --- a/audio/mp3val/mp3val.SlackBuild +++ b/audio/mp3val/mp3val.SlackBuild @@ -64,7 +64,7 @@ chmod 644 * # this isn't strictly necessary for Slack 14.1, but at some point these # warnings might possibly become errors in some future version of gcc. -patch -p1 < $CWD/fix_compile_warnings.diff +zcat $CWD/fix_compile_warnings.diff.gz | patch -p1 make -f Makefile.linux CXXFLAGS="$SLKCFLAGS" mkdir -p $PKG/usr/bin |