summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAinola2016-05-07 09:51:14 -0600
committerAinola2016-05-07 09:51:14 -0600
commit1e0033dd42952a25e07015ca3da9645e0f826667 (patch)
treedcee47abd9b7a59a9180904c7105735353ec899f /PKGBUILD
parent097ca379a0888fd084e032a2d32349508858cc4e (diff)
downloadaur-1e0033dd42952a25e07015ca3da9645e0f826667.tar.gz
add -lm
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5db980980264..e39234f732bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=ags
pkgver=3.3.5.5
-pkgrel=1
+pkgrel=2
pkgdesc="A development tool that is primarily used to create graphical adventure games"
arch=('i686' 'x86_64')
url="https://github.com/adventuregamestudio/ags"
@@ -20,6 +20,7 @@ sha256sums=('604395a6b736461a38ad3e93aef9cd60769075ccbc9dc03b4e42cbb766e74375')
prepare() {
cd "$srcdir/ags-v.${pkgver}"
sed -i 's/-Wfatal-errors\ //' Engine/Makefile-defs.linux
+ sed -i 's/-ldumb/-ldumb -lm/' Engine/Makefile-defs.linux
}
build() {