ports/deskutils/parcellite/files/patch-src__main.c
Rusmir Dusko 4326acdf4c - Update to 1.1.7,1
- Pass maintainership to submitter
- Remove leading article from COMMENT
- Add license (GPLv3)
- Add dependency for textproc/p5-XML-Parser
- Support STAGEDIR and add OPTIONS_SUB
- Add DOCS
- Add DOCS and NLS Options
- Simplify Option handling
- Remove obsolete REINPLACE_CMD
- Use REINPLACE_CMD instead of simple patches
- Add patch, fix start in FreeBSD (add g_mutex_trylock)

Approved by:	pawel / wg (mentors, implicit)
2013-12-31 15:13:19 +00:00

10 lines
295 B
C

--- ./src/main.c.orig 2013-10-15 19:39:04.000000000 +0200
+++ ./src/main.c 2013-12-31 15:12:54.000000000 +0100
@@ -2097,6 +2097,7 @@
}
clip_lock= g_mutex_new();
hist_lock= g_mutex_new();
+ g_mutex_trylock(clip_lock);
g_mutex_unlock(clip_lock);
show_icon=!get_pref_int32("no_icon");