windowmaker: fixed compilation error (thanks, Danny), fixes FS#338

This commit is contained in:
Mikhail Kolesnik 2008-08-02 12:59:06 +03:00
parent e5cb15628f
commit cda016d986

View File

@ -2,20 +2,22 @@
# URL: http://www.windowmaker.info/
# Maintainer: Mikhail Kolesnik, mike at openbunker dot org
# Packager: Per Lidén
# Depends on: x11 libtiff libungif
# Depends on: xorg-libxft libtiff libungif
name=windowmaker
version=0.92.0
release=3
release=4
source=(http://windowmaker.info/pub/source/release/WindowMaker-$version.tar.bz2 \
$name-$version-gcc4.patch)
build() {
cd WindowMaker-$version
patch -p0 < ../$name-$version-gcc4.patch
patch -p0 -i $SRC/$name-$version-gcc4.patch
aclocal
autoheader
autoconf
automake -a
libtoolize --force --automake
automake -a --gnu --include-deps
./configure --prefix=/usr --mandir=/usr/man
make
make DESTDIR=$PKG install