summaryrefslogtreecommitdiff
path: root/community/galculator
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
committerroot <root@rshg054.dnsready.net>2012-02-19 23:15:25 +0000
commit81ee1980feda43043eaebae2c596ae116a21f6e5 (patch)
tree5a48e15abb2f2d299a6c08bf44e1b136ae6a7fb8 /community/galculator
parent1098e9db0acc5bb5c45af5778492faf3b4c99dd6 (diff)
Sun Feb 19 23:15:25 UTC 2012
Diffstat (limited to 'community/galculator')
-rw-r--r--community/galculator/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD
index 58a85a7e7..e2c37b07c 100644
--- a/community/galculator/PKGBUILD
+++ b/community/galculator/PKGBUILD
@@ -1,10 +1,10 @@
-# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
+# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com>
# Contributor: SpepS <dreamspepser at yahoo dot it>
# Contributor: Alexander Fehr <pizzapunk gmail com>
pkgname=galculator
pkgver=1.3.4
-pkgrel=1
+pkgrel=2
pkgdesc="GTK+ based scientific calculator"
arch=('i686' 'x86_64')
url="http://galculator.sourceforge.net/"
@@ -17,7 +17,8 @@ md5sums=('d30e6fbf5947bb1c873bc9d5a21046f1')
build() {
cd "$srcdir/$pkgname-$pkgver"
-
+
+ LDFLAGS+=' -lm'
./configure --prefix=/usr
make
}