mirror of
https://git.freebsd.org/ports.git
synced 2025-06-12 08:10:31 -04:00
- 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)
10 lines
295 B
C
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");
|