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

Evangelos Foutras foutrelis at archlinux.org
Fri Jun 2 04:32:07 UTC 2017


    Date: Friday, June 2, 2017 @ 04:32:06
  Author: foutrelis
Revision: 297364

Fix build with Perl 5.26

Also push a temporary build using --nocheck because this needs to be
built before gtk2-perl.

Modified:
  pango-perl/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-06-02 04:20:32 UTC (rev 297363)
+++ PKGBUILD	2017-06-02 04:32:06 UTC (rev 297364)
@@ -3,7 +3,7 @@
 
 pkgname=pango-perl
 pkgver=1.227
-pkgrel=2
+pkgrel=3
 pkgdesc="Perl bindings for Pango"
 arch=(i686 x86_64)
 license=('LGPL')
@@ -17,6 +17,7 @@
 
 build() {
   cd Pango-$pkgver
+  export PERL_USE_UNSAFE_INC=1
   PERL_MM_USE_DEFAULT=1 perl Makefile.PL INSTALLDIRS=vendor
   make
 }



More information about the arch-commits mailing list