wok diff xlockmore/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 9e01bc6321ea
children a78610b2eb47
line diff
     1.1 --- a/xlockmore/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/xlockmore/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -11,12 +11,12 @@
     1.4  WGET_URL="http://www.tux.org/~bagleyd/xlock/$PACKAGE-$VERSION/$TARBALL"
     1.5  
     1.6  DEPENDS="xorg-libX11 freetype freetype1"
     1.7 -BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev xorg-libXt-dev"
     1.8 +BUILD_DEPENDS="xorg-libXdmcp-dev xorg-libXpm-dev xorg-libX11-dev \
     1.9 +xorg-libXt-dev openmotif-dev"
    1.10  
    1.11  # Rules to configure and make the package.
    1.12  compile_rules()
    1.13  {
    1.14 -    cd $src
    1.15      ./configure --prefix=/usr \
    1.16          --infodir=/usr/share/info \
    1.17          --mandir=/usr/share/man \