diff options
-rw-r--r-- | system/unrtf/unrtf.SlackBuild | 3 | ||||
-rw-r--r-- | system/unrtf/unrtf.info | 6 |
2 files changed, 5 insertions, 4 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 \ diff --git a/system/unrtf/unrtf.info b/system/unrtf/unrtf.info index 03029983d0..eafeac2516 100644 --- a/system/unrtf/unrtf.info +++ b/system/unrtf/unrtf.info @@ -1,8 +1,8 @@ PRGNAM="unrtf" -VERSION="0.21.7" +VERSION="0.21.9" HOMEPAGE="http://www.gnu.org/software/unrtf/unrtf.html" -DOWNLOAD="http://www.gnu.org/software/unrtf/unrtf-0.21.7.tar.gz" -MD5SUM="ef2537144da5603beedf3a1f413172c0" +DOWNLOAD="http://www.gnu.org/software/unrtf/unrtf-0.21.9.tar.gz" +MD5SUM="e2724018429d7710f2c72771705f6b37" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |