[arch-commits] Commit in higan-gtk/trunk (PKGBUILD)

Maxime Gauduin alucryd at nymeria.archlinux.org
Thu Mar 7 23:29:49 UTC 2013


    Date: Friday, March 8, 2013 @ 00:29:49
  Author: alucryd
Revision: 85867

upgpkg: higan-gtk 092-4

Modified:
  higan-gtk/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-03-07 22:10:30 UTC (rev 85866)
+++ PKGBUILD	2013-03-07 23:29:49 UTC (rev 85867)
@@ -3,12 +3,12 @@
 
 pkgname=higan-gtk
 pkgver=092
-pkgrel=3
+pkgrel=4
 pkgdesc="Nintendo multi-system emulator - GTK version"
 arch=('i686' 'x86_64')
 url="http://code.google.com/p/higan/"
 license=('GPL3')
-depends=('libao' 'libgl' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
+depends=('libao' 'libpulse' 'libxv' 'openal' 'sdl' 'xdialog')
 makedepends=('mesa')
 optdepends=('beat: Delta patcher')
 conflicts=('higan-qt')
@@ -32,6 +32,7 @@
 
 # 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=gtk profile=${_profile}
     mv out/higan out/higan-${_profile}




More information about the arch-commits mailing list