summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorozgursarier2017-10-28 06:54:46 +0300
committerozgursarier2017-10-28 06:54:46 +0300
commitbffb11512a4486d377fabcf3d74ef65fc4d9396e (patch)
tree52d436de52b0a982542d33f5412be5d4596fb211
parent60af821efa273d3249be2298fe565131821f2dce (diff)
downloadaur-bffb11512a4486d377fabcf3d74ef65fc4d9396e.tar.gz
patch for system libcdio
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 07e395dbdb26..5a68678ae09a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Thu Aug 10 02:46:58 UTC 2017
+# Sat Oct 28 03:53:39 UTC 2017
pkgbase = pcsxr-git
pkgdesc = A Sony PlayStation emulator based on the PCSX-df Project
pkgver = 1.9.94.r1697.6484236c
diff --git a/PKGBUILD b/PKGBUILD
index 760b2193f635..1975a7dae3b1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -28,7 +28,9 @@ pkgver() {
prepare() {
cd pcsxr/pcsxr
-
+
+ sed -i 's/iso9660/cdio/' cmake/FindCdio.cmake
+
if [[ -d build ]]; then
rm -rf build
fi