summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
authorSukneet Basuta2013-02-03 00:56:31 -0500
committerSukneet Basuta2013-02-03 00:56:31 -0500
commit2fcb94e3adbda763dce4759a18f14082a34736aa (patch)
treecfc0db2ca81e2b62e6ae5eb38969f91c8902ef5a /chat-libs
parentf19fd961e903b386fafa6e6d5fa5c0696acbfcdd (diff)
loudmouth: run autoconf so it links to gobject correctly
Diffstat (limited to 'chat-libs')
-rw-r--r--chat-libs/loudmouth/HISTORY3
-rwxr-xr-xchat-libs/loudmouth/PRE_BUILD4
2 files changed, 7 insertions, 0 deletions
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 <sukneet@sourcemage.org>
+ * PRE_BUILD: added, run autoconf so it links to gobject correctly
+
2013-01-16 Vlad Glagolev <stealth@sourcemage.org>
* 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