summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Mugnai2022-06-11 22:51:51 +0200
committerMichael Mugnai2022-06-11 22:51:51 +0200
commit3701eb41f2c5e8f7abba61d7d514f47bb7e83583 (patch)
tree49432bdc244a9bd4784e1c36446b0750a8ac30d2 /PKGBUILD
parent889ed657d02fb102e8a491c026622108828ce833 (diff)
downloadaur-3701eb41f2c5e8f7abba61d7d514f47bb7e83583.tar.gz
replace 'putstr' attribute with 'printf' due to braking changes on Agiodisc_t
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc0cfc6dd1e2..76e1f4a514d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -37,6 +37,7 @@ prepare() {
cd "${srcdir}/${pkgname}-${pkgname}11_$pkgver"
patch --strip=1 < "${srcdir}/string.patch"
+ sed -i 's/putstr/printf/g' gazebo/gui/qgv/private/QGVCore.h
}
build() {