summaryrefslogtreecommitdiff
path: root/community/xfe
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
committerroot <root@rshg054.dnsready.net>2012-02-21 23:15:10 +0000
commit1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (patch)
tree5e44ad19f2672ee92283377c9fe6eab3c8a815d7 /community/xfe
parent11484c032f8c236b2044e715a9a3b28e33f65598 (diff)
Tue Feb 21 23:15:10 UTC 2012
Diffstat (limited to 'community/xfe')
-rw-r--r--community/xfe/PKGBUILD6
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
}