#28038: Gnumeric port assert -- missing flag -------------------------------+-------------------------------------------- Reporter: firmion@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.2 Keywords: | Port: gnumeric -------------------------------+-------------------------------------------- Changes (by ryandesign@…): * keywords: assert abort => Old description:
Per this discussion: https://bugzilla.gnome.org/show_bug.cgi?id=639894
The gnumeric installation needs this flag to be defined G_DISABLE_ASSERT
during compilation or asserts will cause the program to abort. Currently one such assert is being called because of missing icons when File > Full history is opened, causing the program to abort().
New description: Per this discussion: https://bugzilla.gnome.org/show_bug.cgi?id=639894 The gnumeric installation needs this flag to be defined: {{{ G_DISABLE_ASSERT }}} during compilation or asserts will cause the program to abort. Currently one such assert is being called because of missing icons when File > Full history is opened, causing the program to abort(). -- -- Ticket URL: <https://trac.macports.org/ticket/28038#comment:1> MacPorts <http://www.macports.org/> Ports system for Mac OS