From 2fcb94e3adbda763dce4759a18f14082a34736aa Mon Sep 17 00:00:00 2001 From: Sukneet Basuta Date: Sun, 3 Feb 2013 00:56:31 -0500 Subject: loudmouth: run autoconf so it links to gobject correctly --- chat-libs/loudmouth/HISTORY | 3 +++ chat-libs/loudmouth/PRE_BUILD | 4 ++++ 2 files changed, 7 insertions(+) create mode 100755 chat-libs/loudmouth/PRE_BUILD (limited to 'chat-libs') diff --git a/chat-libs/loudmouth/HISTORY b/chat-libs/loudmouth/HISTORY index dcfea2fb72..e914abf9af 100644 --- a/chat-libs/loudmouth/HISTORY +++ b/chat-libs/loudmouth/HISTORY @@ -1,3 +1,6 @@ +2013-02-03 Sukneet Basuta + * PRE_BUILD: added, run autoconf so it links to gobject correctly + 2013-01-16 Vlad Glagolev * DETAILS: updated spell to 1.5.0-20121201, renewed 1.5.0 branch driven by mcabber community; renewed descs diff --git a/chat-libs/loudmouth/PRE_BUILD b/chat-libs/loudmouth/PRE_BUILD new file mode 100755 index 0000000000..b51d093d8a --- /dev/null +++ b/chat-libs/loudmouth/PRE_BUILD @@ -0,0 +1,4 @@ +default_pre_build && +cd $SOURCE_DIRECTORY && +aclocal && +autoconf -- cgit v1.2.3