Date: Sat, 16 Dec 2006 10:39:03 -0500 From: Henry Cliver <henry@teddystoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: i386/106812: [patch] editors/code-browser - file menu commands do not work Message-ID: <45841317.9020401@teddystoo.com> Resent-Message-ID: <200612161540.kBGFeGgX025362@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 106812 >Category: i386 >Synopsis: [patch] editors/code-browser - file menu commands do not work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-i386 >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Dec 16 15:40:11 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Henry Cliver >Release: FreeBSD 6.1-STABLE i386 >Organization: TeddysToo.com >Environment: System: FreeBSD gemini.teddystoo.com 6.1-STABLE FreeBSD 6.1-STABLE #1: Thu Jun 15 10:33:14 EDT 2006 root@gemini.teddystoo.com:/usr/obj/usr/src/sys/GEMINI i386 >Description: File open from the menu causes the program to suddenly quit. No core dump or other notice given. >How-To-Repeat: Run code-browser. In the File menu, choose Open... >Fix: The program should be linked with -pthread . --------------000303080907040307070400 Content-Type: text/plain; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- Makefile.orig Fri Dec 15 13:42:57 2006 +++ Makefile Fri Dec 15 13:43:10 2006 @@ -9,7 +9,7 @@ CC = gcc CFLAGS = -O2 -fomit-frame-pointer -LFLAGS = -s +LFLAGS = -s -pthread INSTALL = install ZC = $(srcdir)/zinc/zc --------------000303080907040307070400-- >Release-Note: >Audit-Trail: >Unformatted: This is a multi-part message in MIME format. --------------000303080907040307070400 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45841317.9020401>