diff options
Diffstat (limited to 'community/gpicview/PKGBUILD')
-rw-r--r-- | community/gpicview/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/gpicview/PKGBUILD b/community/gpicview/PKGBUILD index f09f60b3e..f1bc12e0c 100644 --- a/community/gpicview/PKGBUILD +++ b/community/gpicview/PKGBUILD @@ -3,9 +3,9 @@ # Contributor: Geoffroy Carrier <geoffroy.carrier@koon.fr> pkgname=gpicview pkgver=0.2.2 -pkgrel=1 +pkgrel=1.1 pkgdesc="Picture viewer of the LXDE Desktop" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') license=('GPL2') url="http://lxde.org/" groups=('lxde') @@ -17,6 +17,7 @@ md5sums=('943da9f4a23541accd5acdd4fb69966f') build() { cd "$srcdir/$pkgname-$pkgver" + sed -ri 's/^(gpicview_LDADD = .+)/\1 -lm/' src/Makefile.in ./configure --sysconfdir=/etc --prefix=/usr make } |