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

Antonio Rojas arojas at archlinux.org
Sat May 22 19:52:10 UTC 2021


    Date: Saturday, May 22, 2021 @ 19:52:10
  Author: arojas
Revision: 415860

Fix build with GCC 11 (FS#70973)

Modified:
  abiword/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-22 19:33:12 UTC (rev 415859)
+++ PKGBUILD	2021-05-22 19:52:10 UTC (rev 415860)
@@ -19,6 +19,7 @@
 source=(https://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz{,.asc}
         abiword-3.0.0-librevenge.patch
 	abiword-3.0.1-libwps-0.4.patch
+        abiword-gcc11.patch::https://github.com/AbiWord/abiword/commit/ef29fc94.patch
         aiksaurus-plugin.m4
         command-plugin.m4
         python-override.patch
@@ -29,6 +30,7 @@
             'SKIP'
             '77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
             'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a'
+            'd0d9baa60349fa3e1e9f594f896b82285a9378141ff973f4265295ab8475c413'
             '5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
             '2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
             'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be'
@@ -45,6 +47,9 @@
   # Fix libwpd 0.4 detection
   patch -Np1 -i ../abiword-3.0.1-libwps-0.4.patch
 
+  # Fix build with GCC 11
+  patch -p1 -i ../abiword-gcc11.patch
+
   # Fix python override code to work with Python 3.x
   patch -Np1 -i ../python-override.patch
 



More information about the arch-commits mailing list