diff options
author | Erik Hanson <erik@slackbuilds.org> | 2013-11-11 16:31:46 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2013-11-11 16:31:46 -0600 |
commit | 545781f4135c75b1b022d1f25a3359735e73bb08 (patch) | |
tree | 09ed64e8ebc8a3bfb178fd237b829dcf57681752 /libraries/meanwhile/meanwhile.SlackBuild | |
parent | 2364fe183024163ccb5112d81754163410ff9260 (diff) | |
download | slackbuilds-545781f4135c75b1b022d1f25a3359735e73bb08.tar.gz |
libraries/meanwhile: Fix Awareness Snapshots with recent Sametime servers.
Thanks to Felipe Weber.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/meanwhile/meanwhile.SlackBuild')
-rw-r--r-- | libraries/meanwhile/meanwhile.SlackBuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libraries/meanwhile/meanwhile.SlackBuild b/libraries/meanwhile/meanwhile.SlackBuild index 95e1e3fad2..7e3e81bd21 100644 --- a/libraries/meanwhile/meanwhile.SlackBuild +++ b/libraries/meanwhile/meanwhile.SlackBuild @@ -66,6 +66,9 @@ chmod -R u+w,go+r-w,a-s . # Patch to only include glib.h patch -p1 < $CWD/fix_glib_includes.patch +# Patch for online status +patch -p1 < $CWD/presence_fix_v2.diff + CFLAGS="$SLKCFLAGS" \ ./configure \ --prefix=/usr \ |