summaryrefslogtreecommitdiff
path: root/community/higan-qt
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-03-09 00:04:40 -0800
committerroot <root@rshg054.dnsready.net>2013-03-09 00:04:40 -0800
commit92eac63df242654434dceb000bac083f6e81a6b9 (patch)
tree322b4e24c165c3064505d5dac1a3172f9a28151d /community/higan-qt
parent53d9a0cf7cf894f08a1f6736b8f8440bd7b18a59 (diff)
Sat Mar 9 00:04:39 PST 2013
Diffstat (limited to 'community/higan-qt')
-rwxr-xr-xcommunity/higan-qt/PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/higan-qt/PKGBUILD b/community/higan-qt/PKGBUILD
index ecaea27c6..8fb2e10de 100755
--- a/community/higan-qt/PKGBUILD
+++ b/community/higan-qt/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 85359 2013-03-01 10:33:25Z andrea $
+# $Id: PKGBUILD 85871 2013-03-07 23:53:25Z alucryd $
# Maintainer: Maxime Gauduin <alucryd@gmail.com>
pkgname=higan-qt
pkgver=092
-pkgrel=5
+pkgrel=6
pkgdesc="Nintendo multi-system emulator - QT version"
arch=('i686' 'x86_64')
url="http://code.google.com/p/higan/"
@@ -38,6 +38,7 @@ build() {
# Compile higan
cd "${srcdir}"/higan_v${pkgver}-source/higan
+ sed -i 's|flags += -march=native|flags += -mtune=generic|' Makefile
for _profile in ${_profiles} ; do
make compiler=gcc platform=x target=ethos phoenix=qt profile=${_profile}
mv out/higan out/higan-${_profile}