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

Allan McRae allan at archlinux.org
Sat Feb 16 12:00:23 UTC 2019


    Date: Saturday, February 16, 2019 @ 12:00:21
  Author: allan
Revision: 433473

upgpkg: alure 1.2-6

fix FTBFS

Modified:
  alure/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-02-16 11:43:55 UTC (rev 433472)
+++ PKGBUILD	2019-02-16 12:00:21 UTC (rev 433473)
@@ -3,7 +3,7 @@
 
 pkgname=alure
 pkgver=1.2
-pkgrel=5
+pkgrel=6
 pkgdesc='Utility library to help manage common tasks with OpenAL applications.'
 arch=('x86_64')
 url='http://kcat.strangesoft.net/alure.html'
@@ -29,6 +29,9 @@
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
 
+  # workaround for recent gcc build issue
+  CXXFLAGS="$CXXFLAGS -fpermissive"
+
   cmake . -DCMAKE_INSTALL_PREFIX=/usr
   make
 }



More information about the arch-commits mailing list