summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorThibault Couraud2017-06-05 13:51:57 +0400
committerThibault Couraud2017-06-05 13:51:57 +0400
commite9fb6dbda64b10988d256500a6654933f9e407fd (patch)
treea3277a3d8a101b77118a6b45ac0068cb87f8be7e /PKGBUILD
parent79342349d85a31c31f2ebb3733f133c12da9afe5 (diff)
downloadaur-e9fb6dbda64b10988d256500a6654933f9e407fd.tar.gz
Fix compilation for perl 5.26 #3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a1b924859f66..fcbeb4b7a036 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=perl-gnome2-wnck
pkgver=0.16
-pkgrel=13
+pkgrel=14
pkgdesc="Perl interface to the Window Navigator Construction Kit"
arch=('i686' 'x86_64')
license=("GPL" "PerlArtistic")
@@ -18,7 +18,8 @@ md5sums=('439f4569ffd7af96ef1d3feaab23760e')
build() {
cd Gnome2-Wnck-${pkgver}
- PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1 perl Makefile.PL INSTALLDIRS=vendor
+ export PERL_MM_USE_DEFAULT=1 PERL_USE_UNSAFE_INC=1
+ perl Makefile.PL INSTALLDIRS=vendor
make
}