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
 }

Reply via email to