summaryrefslogtreecommitdiff
path: root/community/pcmanfm/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/pcmanfm/PKGBUILD')
-rw-r--r--community/pcmanfm/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/pcmanfm/PKGBUILD b/community/pcmanfm/PKGBUILD
index 092d2aa4b..2b507cd72 100644
--- a/community/pcmanfm/PKGBUILD
+++ b/community/pcmanfm/PKGBUILD
@@ -4,9 +4,9 @@
pkgname=pcmanfm
pkgver=0.9.10
-pkgrel=1
+pkgrel=1.1
pkgdesc="File manager of the LXDE Desktop"
-arch=('i686' 'x86_64')
+arch=('i686' 'x86_64' 'mips64el')
url="http://pcmanfm.sourceforge.net/"
license=('GPL')
groups=('lxde')
@@ -17,6 +17,7 @@ md5sums=('d34a3530a6c5dcd674d23021d71c3e95')
build() {
cd "$srcdir/$pkgname-$pkgver"
+ sed -ri 's/^(pcmanfm_LDADD = )/\1 -lm/' src/Makefile.in
./configure --sysconfdir=/etc --prefix=/usr
make
}