maintainer-feedback requested: [Bug 199303] news/pan crashes when started.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 8 23:25:38 UTC 2015


Andrew <andrew_terekhov at yahoo.com> has reassigned Bugzilla Automation
<bugzilla at FreeBSD.org>'s request for maintainer-feedback to gnome at FreeBSD.org:
Bug 199303: news/pan crashes when started.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199303



--- Description ---
news/pan crashes when started. The fix is to force libs from gcc:


--- Makefile.orig    2015-04-08 15:11:52.476348502 -0700
+++ Makefile	2015-04-08 15:12:02.859348409 -0700
@@ -22,7 +22,7 @@
 USE_GCC=    any
 GNU_CONFIGURE=    yes
 CPPFLAGS+=    -I${LOCALBASE}/include
-LDFLAGS+=    -L${LOCALBASE}/lib -lgnuregex ${ICONV_LIB}
+LDFLAGS+=    -static-libgcc -static-libstdc++ -L${LOCALBASE}/lib -lgnuregex
${ICONV_LIB}

 OPTIONS_DEFINE=    GTKSPELL GTK3
 OPTIONS_DEFAULT=GTKSPELL


More information about the freebsd-gnome mailing list