libpurple: fix build

This commit is contained in:
Sergei Reznikov
2015-10-13 13:56:55 +03:00
parent 43c9240ddf
commit 425b1be048

View File

@@ -4,7 +4,7 @@ source IM clients. It implements a variety of protocols, for example IRC, \
Jabber or ICQ."
HOMEPAGE="https://pidgin.im/"
LICENSE="GNU GPL v2"
REVISION="1"
REVISION="2"
ARCHITECTURES="!x86_gcc2 x86 ?x86_64"
SECONDARY_ARCHITECTURES="x86"
@@ -119,7 +119,7 @@ PATCH()
BUILD()
{
libtoolize --force --copy --install
CFLAGS="-D__SVR4 -D__sun -D_XPG5" \
CFLAGS="-D__SVR4 -D__sun -D_XPG5 -D_BSD_SOURCE" \
LDFLAGS="-lbsd" \
runConfigure ./configure \
--disable-gtkui --disable-screensaver \