diff options
Diffstat (limited to 'office/zathura-djvu/zathura-djvu.SlackBuild')
-rw-r--r-- | office/zathura-djvu/zathura-djvu.SlackBuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/office/zathura-djvu/zathura-djvu.SlackBuild b/office/zathura-djvu/zathura-djvu.SlackBuild index 2a9fb4721461..152eb445e634 100644 --- a/office/zathura-djvu/zathura-djvu.SlackBuild +++ b/office/zathura-djvu/zathura-djvu.SlackBuild @@ -7,7 +7,7 @@ # Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details. PRGNAM=zathura-djvu -VERSION=${VERSION:-0.2.3} +VERSION=${VERSION:-0.2.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -53,13 +53,9 @@ find -L . \ \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ -exec chmod 644 {} \; -# the djvulibre package in Slackware 13.37 has a miniexp.h that doesn't include -# stddef.h, so applications need to include it themselves. -patch -p1 < $CWD/stddef.diff - sed -i "s,-fPIC,$SLKCFLAGS," config.mk -make VERBOSE=1 +make strip *.so make install DESTDIR=$PKG |