summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMatti Niemenmaa2015-09-05 22:40:19 +0300
committerMatti Niemenmaa2015-09-05 22:40:19 +0300
commit5444dce29982780306871c74f566fa11fd0623c1 (patch)
tree55efea9e2176d48c5b2f0145bed0caa14c17a4e5 /PKGBUILD
parentbc536fb4d2fdad344140dbef5895cb78d89fc332 (diff)
downloadaur-5444dce29982780306871c74f566fa11fd0623c1.tar.gz
Link new version with --allow-multiple-definition
Since the Data_Reader.cpp from File_Extractor is still required, but now blargg_common.cpp defines some conflicting UTF-8 functions.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 615556fefd0e..e12d626d5a82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Matti Niemenmaa <matti.niemenmaa+aur ät iki dȯt fi>
pkgname=game_music_emu-kode54-git
-pkgver=r185.54e3a42
+pkgver=r190.fb78c3b
pkgrel=1
pkgdesc="Multi-purpose console music emulator and player library (a.k.a. libgme) (kode54's fork)"
arch=(i686 x86_64)
@@ -42,6 +42,7 @@ prepare() {
headers.path = /usr/include/gme
headers.files += ../../gme/gme.h
INSTALLS += headers
+QMAKE_LFLAGS += -Wl,--allow-multiple-definition
EOF
}