summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Straube2017-08-18 14:13:10 +0200
committerMichael Straube2017-08-18 14:13:10 +0200
commit3e15f2760c0f304408f290fc2b37bef2b19f60b7 (patch)
tree750ff55ae431d0545a8284f44793275a7bcf12af
parentb8ee392eea6492a3861fbc968647bfc17dbfc9b4 (diff)
downloadaur-3e15f2760c0f304408f290fc2b37bef2b19f60b7.tar.gz
LDFLAGS
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index dfbf8ad8ee79..31e4ffdcb6a1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = goonies
pkgdesc = Remake of Konami's The Goonies for the MSX
pkgver = 1.4.1528
- pkgrel = 3
+ pkgrel = 4
url = http://www.braingames.getput.com/goonies
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2c879c03094b..8c5207898731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=goonies
pkgver=1.4.1528
-pkgrel=3
+pkgrel=4
pkgdesc="Remake of Konami's The Goonies for the MSX"
arch=('i686' 'x86_64')
license=('unknown')
@@ -19,8 +19,8 @@ prepare() {
# fix compile errors and bin path
patch -p0 < ../goonies.patch
- # use Arch's CFLAGS
sed -i "s/-g3 -O3/$CFLAGS/" build/linux/Makefile
+ sed -i "/LDFLAGS =/s/$/ $LDFLAGS/" build/linux/Makefile
}
build() {