diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-02-07 13:01:04 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-02-08 23:42:50 +0700 |
commit | 0898924fccf16f08aacf312c587a0720d671ce98 (patch) | |
tree | 6def42a2d110bbe4d67e1da574f04a3c276fd45a /desktop/rsl/rsl.SlackBuild | |
parent | daad3e38cb0173bf4d707833c97fab7384457a88 (diff) | |
download | slackbuilds-0898924fccf16f08aacf312c587a0720d671ce98.tar.gz |
desktop/rsl: Updated for version 1.44.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rsl/rsl.SlackBuild')
-rw-r--r-- | desktop/rsl/rsl.SlackBuild | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/desktop/rsl/rsl.SlackBuild b/desktop/rsl/rsl.SlackBuild index c3cd5e0cb3..d68bd92cab 100644 --- a/desktop/rsl/rsl.SlackBuild +++ b/desktop/rsl/rsl.SlackBuild @@ -4,7 +4,7 @@ # Written by stormtracknole <stormtracknole@gmail.com> PRGNAM=rsl -VERSION=${VERSION:-1.40} +VERSION=${VERSION:-1.44} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -50,6 +50,10 @@ 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 {} \; +# Hack to get rsl to build against newer flex. +sed -i 's|\$LEXLIB||' configure.ac +autoreconf -ivf + CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |