[arch-commits] Commit in desmume/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Mon Aug 11 23:34:35 UTC 2014
Date: Tuesday, August 12, 2014 @ 01:34:35
Author: fyan
Revision: 117205
upgpkg: desmume 0.9.10-4
- compile with clang to workaround FS#41476
Modified:
desmume/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-11 21:18:35 UTC (rev 117204)
+++ PKGBUILD 2014-08-11 23:34:35 UTC (rev 117205)
@@ -13,13 +13,13 @@
pkgname=desmume
pkgver=0.9.10
-pkgrel=3
+pkgrel=4
pkgdesc="Nintendo DS emulator"
arch=('i686' 'x86_64')
url="http://desmume.org/"
license=('GPL')
depends=('desktop-file-utils' 'libpcap' 'soundtouch' 'alsa-lib' 'glu' 'sdl' 'gtk2' 'zziplib')
-makedepends=('intltool' 'mesa')
+makedepends=('intltool' 'mesa' 'clang')
install=desmume.install
source=("http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz"
"glx_3Demu.patch")
@@ -34,7 +34,8 @@
# https://sourceforge.net/tracker/?func=detail&aid=3612768&group_id=164579&atid=832291
sed -i 's/@GETTEXT_PACKAGE@/desmume/' po/Makefile.in.in
- ./configure --prefix=/usr --enable-wifi --enable-openal
+ # Using clang to workaround FS#41476
+ ./configure --prefix=/usr --enable-wifi --enable-openal CC=clang CXX=clang++
make
}
More information about the arch-commits
mailing list