summaryrefslogtreecommitdiffstats
path: root/chat-libs
diff options
context:
space:
mode:
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