From 92eac63df242654434dceb000bac083f6e81a6b9 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 9 Mar 2013 00:04:40 -0800 Subject: Sat Mar 9 00:04:39 PST 2013 --- community/higan-qt/PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'community/higan-qt') 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 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} -- cgit v1.2.3-54-g00ecf