summaryrefslogtreecommitdiff
path: root/community/viewnior
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/viewnior
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'community/viewnior')
-rw-r--r--community/viewnior/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/viewnior/PKGBUILD b/community/viewnior/PKGBUILD
index 5c2cc31ed..668b0e9e8 100644
--- a/community/viewnior/PKGBUILD
+++ b/community/viewnior/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 35130 2010-12-16 14:14:18Z spupykin $
+# $Id: PKGBUILD 65365 2012-02-21 02:22:51Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# Contributor: Christoph Zeiler <archNOSPAM_at_moonblade.dot.org>
# Maintainer: M Rawash <mrawash@gmail.com>
pkgname=viewnior
pkgver=1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A simple, fast and elegant image viewer program"
arch=('i686' 'x86_64' 'mips64el')
url="http://xsisqox.github.com/Viewnior/"
@@ -18,7 +18,7 @@ md5sums=('5b14c6edaf78fdd3259f148ae9d7f062')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ LDFLAGS=-lm ./configure --prefix=/usr
make
make DESTDIR="$pkgdir" install
}