From 993e83045be58f13df851fc35fce4b7ec3d94aab Mon Sep 17 00:00:00 2001 From: Florian Franzmann Date: Tue, 22 Sep 2015 22:30:56 +0200 Subject: chat-libs/loudmouth: fix build error due to missing space in CFLAGS --- chat-libs/loudmouth/BUILD | 2 +- chat-libs/loudmouth/HISTORY | 6 +++++- chat-libs/loudmouth/PRE_BUILD | 5 +++-- 3 files changed, 9 insertions(+), 4 deletions(-) (limited to 'chat-libs') diff --git a/chat-libs/loudmouth/BUILD b/chat-libs/loudmouth/BUILD index 22184bdde0..f6fd9cd47e 100755 --- a/chat-libs/loudmouth/BUILD +++ b/chat-libs/loudmouth/BUILD @@ -1 +1 @@ -CFLAGS+="-Wno-error=deprecated-declarations" default_build +CFLAGS+=" -Wno-error=deprecated-declarations" default_build diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY index ab93fdc46e..6d75c214ae 100644 --- a/chat-libs/loudmouth/HISTORY +++ b/chat-libs/loudmouth/HISTORY @@ -1,5 +1,9 @@ +2015-09-22 Florian Franzmann + * DETAILS: add missing space in CFLAGS + * PRE_BUILD: run libtoolize + 2014-08-19 Treeve Jelbert - * DEPENDS: openssl => SSL + * DEPENDS: openssl => SSL 2014-01-04 Florian Franzmann * BUILD: disable compiler error diff --git a/chat-libs/loudmouth/PRE_BUILD b/chat-libs/loudmouth/PRE_BUILD index b51d093d8a..4f1d8154e7 100755 --- a/chat-libs/loudmouth/PRE_BUILD +++ b/chat-libs/loudmouth/PRE_BUILD @@ -1,4 +1,5 @@ default_pre_build && cd $SOURCE_DIRECTORY && -aclocal && -autoconf +aclocal && +autoconf && +libtoolize -- cgit v1.2.3