summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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() {