[Bug 199303] news/pan crashes when started.

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


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 at FreeBSD.org
          Reporter: andrew_terekhov at yahoo.com
          Assignee: gnome at FreeBSD.org
             Flags: maintainer-feedback?(gnome at 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.


More information about the freebsd-ports-bugs mailing list