diff options
Diffstat (limited to 'community/xfe/PKGBUILD')
-rw-r--r-- | community/xfe/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xfe/PKGBUILD b/community/xfe/PKGBUILD index 20ba88822..183f7cf15 100644 --- a/community/xfe/PKGBUILD +++ b/community/xfe/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 48873 2011-06-06 21:48:23Z spupykin $ +# $Id: PKGBUILD 65255 2012-02-20 12:37:23Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Maintainer: Eric Belanger <belanger@astro.umontreal.ca> # Contributor: Ravi Desai <ravster3@hotmail.com> pkgname=xfe pkgver=1.32.4 -pkgrel=1 +pkgrel=2 pkgdesc="X File Explorer (Xfe) is an MS-Explorer like file manager for X." arch=('i686' 'x86_64') url="http://roland65.free.fr/xfe" @@ -17,7 +17,7 @@ md5sums=('ed9db4338b9191adb5267fd12f64e774') build() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr + LDFLAGS=-lX11 ./configure --prefix=/usr sed -i 's|inline||' src/xfeutils.cpp make } |