desktop/netwmpager: Fixed underlinking

Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
dsomero 2012-09-24 22:26:02 -04:00
parent 4c8eea5ee2
commit 1e14cdb1c3

View file

@ -6,7 +6,7 @@
PRGNAM=netwmpager
VERSION=${VERSION:-1.11}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
@ -51,7 +51,9 @@ find . \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
-exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" ./configure --prefix=/usr
CFLAGS="$SLKCFLAGS" \
LDFLAGS="-lX11" \
./configure --prefix=/usr
make
make install DESTDIR=$PKG