Date: Wed, 08 Apr 2015 23:25:38 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: maintainer-feedback requested: [Bug 199303] news/pan crashes when started. Message-ID: <bug-199303-6497-PrMirSTweA@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-199303-6497@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
Andrew <andrew_terekhov@yahoo.com> has reassigned Bugzilla Automation <bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@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=GTKSPELLhelp
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199303-6497-PrMirSTweA>
