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

Evangelos Foutras foutrelis at archlinux.org
Tue Jun 9 20:25:38 UTC 2015


    Date: Tuesday, June 9, 2015 @ 22:25:37
  Author: foutrelis
Revision: 240459

Run autoreconf after applying the C++11 ABI fix

Modified:
  lyx/trunk/PKGBUILD

----------+
 PKGBUILD |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-06-09 19:39:58 UTC (rev 240458)
+++ PKGBUILD	2015-06-09 20:25:37 UTC (rev 240459)
@@ -28,8 +28,9 @@
   find . -type f -exec sed -i 's|#!.*python|#!/usr/bin/env python2|' {} +
   sed -i 's|"python|"python2|' lib/configure.py src/support/os.cpp
 
-# Fix build with C++11
+  # Fix build with C++11
   patch -p1 -i "$srcdir"/lyx-C-11.patch
+  autoreconf -vi
 }
 
 build() {



More information about the arch-commits mailing list