summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonny Mako2019-02-25 23:18:43 -0600
committerJonny Mako2019-02-25 23:18:43 -0600
commitc2dd1cde3451d2677b417ce96acd61c209db7946 (patch)
tree2b635d9bb71249f4698e2ff806faf802d5efb9c0
parenta34c87b82f82f5412b15aaf152edb1cc7fa8bbab (diff)
downloadaur-c2dd1cde3451d2677b417ce96acd61c209db7946.tar.gz
update pkgbuild to pick up correct library
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7756fae78812..915be9ae8b1d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -29,6 +29,7 @@ build() {
automake --add-missing --copy -Wno-portability
autoconf
./configure --prefix /usr
+ sed -i '698s/inline/static inline/' src/emulate.c
make
bzcat gxrom.bz2 > gxrom
bzcat sxrom.bz2 > sxrom