[arch-commits] Commit in wine/trunk (PKGBUILD)
Sven-Hendrik Haase
svenstaro at archlinux.org
Sun Mar 22 05:52:01 UTC 2015
Date: Sunday, March 22, 2015 @ 06:52:01
Author: svenstaro
Revision: 129742
upgpkg: wine 1.7.39-2
Fix opencl header location
Modified:
wine/trunk/PKGBUILD
----------+
PKGBUILD | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-03-22 05:46:29 UTC (rev 129741)
+++ PKGBUILD 2015-03-22 05:52:01 UTC (rev 129742)
@@ -6,7 +6,7 @@
pkgname=wine
pkgver=1.7.39
-pkgrel=1
+pkgrel=2
_pkgbasever=${pkgver/rc/-rc}
@@ -102,6 +102,8 @@
prepare() {
cd $pkgname-$_pkgbasever
+
+ sed 's|OpenCL/opencl.h|CL/opencl.h|g' -i configure*
}
build() {
More information about the arch-commits
mailing list