diff options
author | titopoquito <titopoquito@gmail.com> | 2016-10-20 20:13:18 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 20:13:18 +0700 |
commit | 7b72e65e88e47c63b2fd164e372bd1d0d4abe972 (patch) | |
tree | a6627e579f33ed7865ecc5cf7e4cfa25ea80fdf3 /system/unrtf/unrtf.SlackBuild | |
parent | 40027df8ee05f2e0e338a26b71246447c619ae4f (diff) | |
download | slackbuilds-7b72e65e88e47c63b2fd164e372bd1d0d4abe972.tar.gz |
system/unrtf: Updated for version 0.21.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/unrtf/unrtf.SlackBuild')
-rw-r--r-- | system/unrtf/unrtf.SlackBuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/unrtf/unrtf.SlackBuild b/system/unrtf/unrtf.SlackBuild index 185d0749eb..d31ef3d7d1 100644 --- a/system/unrtf/unrtf.SlackBuild +++ b/system/unrtf/unrtf.SlackBuild @@ -24,7 +24,7 @@ # SUCH DAMAGE. PRGNAM=unrtf -VERSION=${VERSION:-0.21.7} +VERSION=${VERSION:-0.21.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -74,6 +74,7 @@ find -L . \ # compiled unrtf binary complains about missing /usr/local/lib/unrtf/html.conf sed -i "s,/usr/local/lib,/usr/lib$LIBDIRSUFFIX," src/* +./bootstrap CFLAGS="$SLKCFLAGS" \ CXXFLAGS="$SLKCFLAGS" \ ./configure \ |