From d439385385fc991a7019448669c2289bf05fc731 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Fri, 25 Mar 2016 17:37:07 -0400 Subject: [PATCH] xchat: new version of libressl --- srcpkgs/xchat/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/xchat/template b/srcpkgs/xchat/template index 3bf226c5bde..1a6d32505f1 100644 --- a/srcpkgs/xchat/template +++ b/srcpkgs/xchat/template @@ -1,7 +1,7 @@ # Template file for 'xchat' pkgname=xchat version=2.8.8 -revision=10 +revision=11 lib32disabled=yes build_style=gnu-configure hostmakedepends="pkg-config gdk-pixbuf-devel perl" @@ -20,9 +20,9 @@ pre_configure() { local perlflags= # Fix perl library path if [ "$CROSS_BUILD" ];then - perlflags=`perl -MExtUtils::Embed -e ldopts | sed \ + perlflags=$(perl -MExtUtils::Embed -e ldopts | sed \ -e 's/-lgdbm //' \ - -e "s#/usr/lib#${XBPS_CROSS_BASE}\0#"` + -e "s#/usr/lib#${XBPS_CROSS_BASE}\0#") sed -i "s#PERL_LDFLAGS=#\0$perlflags#" configure fi }