diff options
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 } |