Skip site navigation (1)Skip section navigation (2)
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/>
References:  <bug-199303-6497@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
Andrew <andrew_terekhov@yahoo.com> has reassigned Bugzilla Automation
<bugzilla@FreeBSD.org>'s request for maintainer-feedback to gnome@FreeBSD.o=
rg:
Bug 199303: news/pan crashes when started.
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D199303



--- 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=3D    any
 GNU_CONFIGURE=3D    yes
 CPPFLAGS+=3D    -I${LOCALBASE}/include
-LDFLAGS+=3D    -L${LOCALBASE}/lib -lgnuregex ${ICONV_LIB}
+LDFLAGS+=3D    -static-libgcc -static-libstdc++ -L${LOCALBASE}/lib -lgnure=
gex
${ICONV_LIB}

 OPTIONS_DEFINE=3D    GTKSPELL GTK3
 OPTIONS_DEFAULT=3DGTKSPELL=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-199303-6497-PrMirSTweA>