summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d45b696e0d5b..9c73d73e1b68 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=frameworks
pkgver=0.3.7
-pkgrel=3
+pkgrel=4
pkgdesc="Stop-motion animation frame capture software primarily for Linux."
arch=('i686' 'x86_64')
url="http://frameworks.polycrystal.org/"
@@ -13,6 +13,7 @@ md5sums=('019c3d9172158e69c718759f23b51ee6')
build() {
cd ${pkgname}-${pkgver}
+ export CFLAGS+=" -fcommon"
./configure --prefix=/usr
make LDFLAGS=-lm
}