xchat: new version of libressl

This commit is contained in:
Toyam Cox 2016-03-25 17:37:07 -04:00
parent 956456e229
commit d439385385

View file

@ -1,7 +1,7 @@
# Template file for 'xchat' # Template file for 'xchat'
pkgname=xchat pkgname=xchat
version=2.8.8 version=2.8.8
revision=10 revision=11
lib32disabled=yes lib32disabled=yes
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config gdk-pixbuf-devel perl" hostmakedepends="pkg-config gdk-pixbuf-devel perl"
@ -20,9 +20,9 @@ pre_configure() {
local perlflags= local perlflags=
# Fix perl library path # Fix perl library path
if [ "$CROSS_BUILD" ];then if [ "$CROSS_BUILD" ];then
perlflags=`perl -MExtUtils::Embed -e ldopts | sed \ perlflags=$(perl -MExtUtils::Embed -e ldopts | sed \
-e 's/-lgdbm //' \ -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 sed -i "s#PERL_LDFLAGS=#\0$perlflags#" configure
fi fi
} }