1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00
Alexey Dokuchaev 9e0b4328d2 Fix broken GUI due to infamous "libglade-WARNING **: could not find signal
handler" errors.  This usually happens when signal handlers are not being
exported correctly (via G_MODULE_EXPORT), but I'd leave it for upstream to
decide how to come up with a proper fix.  For now, adding `-export-dynamic'
to LDFLAGS is probably OK for a quick'n'dirty remedy.

While here: rephrase COMMENT text, install a few documentation files, and
reformat and amend port description text.

PR:	199139
2015-04-10 17:17:25 +00:00
..