Date: Wed, 08 Apr 2015 23:25:38 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 199303] news/pan crashes when started. Message-ID: <bug-199303-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=199303 Bug ID: 199303 Summary: news/pan crashes when started. Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: gnome@FreeBSD.org Reporter: andrew_terekhov@yahoo.com Assignee: gnome@FreeBSD.org Flags: maintainer-feedback?(gnome@FreeBSD.org) 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 -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199303-6497>