xchat: new version of libressl

This commit is contained in:
Toyam Cox 2016-03-25 17:37:07 -04:00
parent 956456e229
commit d439385385
1 changed files with 3 additions and 3 deletions

View File

@ -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
}