forked from ports/contrib
windowmaker: fixed compilation error (thanks, Danny), fixes FS#338
This commit is contained in:
parent
e5cb15628f
commit
cda016d986
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user