summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorcthbleachbit2015-12-30 20:32:35 +0800
committercthbleachbit2015-12-30 20:32:35 +0800
commitb8848a27c46e77174be045550d6ab2afdda871f5 (patch)
treedd15e0cc2d545efdc4a9b6f3a534912c66df217a
parentf093a2a36175ed10c0bba74b68aeea976b555ebf (diff)
downloadaur-b8848a27c46e77174be045550d6ab2afdda871f5.tar.gz
add compilation flags
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 57a3154acb4e..e9fa0734fde0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,9 @@
+# Generated by mksrcinfo v8
+# Wed Dec 30 12:32:09 UTC 2015
pkgbase = linthesia
pkgdesc = A game of playing music. A fork of Synthesia
pkgver = 0.4.3
- pkgrel = 1
+ pkgrel = 2
url = http://linthesia.sourceforge.net/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 74b38c7785a3..6523d6360a02 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=linthesia
pkgver=0.4.3
-pkgrel=1
+pkgrel=2
pkgdesc="A game of playing music. A fork of Synthesia"
arch=('i686' 'x86_64')
url="http://linthesia.sourceforge.net/"
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
build() {
cd "$srcdir/code/src"
- make GRAPHDIR="/usr/share/linthesia/graphics"
+ make GRAPHDIR="/usr/share/linthesia/graphics" CXX="g++ -std=gnu++11 -O"
cd "$srcdir/code/extra"
sed "s/Exec=linthesia/Exec=\/usr\/games\/linthesia/g" linthesia.desktop > linthesia.desktop.new
}