[arch-commits] Commit in wesnoth/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Sep 13 12:02:44 UTC 2019


    Date: Friday, September 13, 2019 @ 12:02:44
  Author: arojas
Revision: 510308

Fix build with boost 1.70

Modified:
  wesnoth/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++++
 1 file changed, 5 insertions(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-13 11:56:13 UTC (rev 510307)
+++ PKGBUILD	2019-09-13 12:02:44 UTC (rev 510308)
@@ -24,6 +24,11 @@
             '6e776bf9d4e6f289b1dddbea03b0cc6972af9e926c8305fac823613b101d7f3bc40f30ab73708e9df355b28cc6459b138f3d8015528796ad94d3571d20dd54ed'
             '9d648c8bd13a574364b4dede4b1084a2fe1bf50a38ad04aa1a9f72f168915fc67d29b3c048f881a32f38a785fd4256d48c864346db08326e279237b28d5ca884')
 
+prepare() {
+  cd $pkgname
+  git cherry-pick -n 9d0e3bae096563297c9f51355968f27a67dbfdec # Fix build with boost 1.70
+}
+
 build() {
   cd "$srcdir/$pkgname"
 



More information about the arch-commits mailing list