summaryrefslogtreecommitdiffstats
path: root/chat-im
diff options
context:
space:
mode:
authorPavel Vinogradov2015-02-18 20:51:39 -0500
committerPavel Vinogradov2015-02-18 20:51:39 -0500
commit2f5cb889ea91f34756dac77f947c0bb19613d644 (patch)
tree5bdbb00162441b29d5ee18da80ae1d1d5790b7b0 /chat-im
parent4c6efdfcb9fdc5d250496c511815df608ec2660d (diff)
chat-im/pidgin-libnotify: added fix to build against current libnotify
Diffstat (limited to 'chat-im')
-rw-r--r--chat-im/pidgin-libnotify/HISTORY3
-rwxr-xr-xchat-im/pidgin-libnotify/PRE_BUILD3
2 files changed, 6 insertions, 0 deletions
diff --git a/chat-im/pidgin-libnotify/HISTORY b/chat-im/pidgin-libnotify/HISTORY
index ca9fdd3deb..ec589f52db 100644
--- a/chat-im/pidgin-libnotify/HISTORY
+++ b/chat-im/pidgin-libnotify/HISTORY
@@ -1,3 +1,6 @@
+2015-02-18 Pavel Vinogradov <public@sourcemage.org>
+ * PRE_BUILD: added to fix building with current libnotify
+
2009-08-15 Finn Haedicke <finn_haedicke@gmx.net>
* DEPENDS, DETAILS: spell created
diff --git a/chat-im/pidgin-libnotify/PRE_BUILD b/chat-im/pidgin-libnotify/PRE_BUILD
new file mode 100755
index 0000000000..cf2f2b1d83
--- /dev/null
+++ b/chat-im/pidgin-libnotify/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i "289s;NULL, NULL);NULL);" src/pidgin-libnotify.c