From frank@exit.com  Wed Apr 20 04:33:12 2005
Return-Path: <frank@exit.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 317AC16A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Apr 2005 04:33:12 +0000 (GMT)
Received: from tinker.exit.com (tinker.exit.com [206.223.0.1])
	by mx1.FreeBSD.org (Postfix) with ESMTP id DFEA743D41
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 20 Apr 2005 04:33:11 +0000 (GMT)
	(envelope-from frank@exit.com)
Received: from lap (lap.exit.com [206.223.0.35])
	by tinker.exit.com (8.13.3/8.13.3) with ESMTP id j3K4XB0V019824
	for <FreeBSD-gnats-submit@freebsd.org>; Tue, 19 Apr 2005 21:33:11 -0700 (PDT)
	(envelope-from frank@exit.com)
Message-Id: <1113971593.0@lap>
Date: Tue, 19 Apr 2005 21:33:13 -0700
From: "Frank Mayhar" <frank@exit.com>
To: "FreeBSD gnats submit" <FreeBSD-gnats-submit@freebsd.org>
Subject: Fix for kscope build problem.
X-Send-Pr-Version: gtk-send-pr 0.4.5 
X-GNATS-Notify:

>Number:         80127
>Category:       ports
>Synopsis:       Fix for devel/kscope build problem.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 20 04:40:27 GMT 2005
>Closed-Date:    Fri Apr 22 18:59:02 GMT 2005
>Last-Modified:  Fri Apr 22 18:59:02 GMT 2005
>Originator:     Frank Mayhar
>Release:        FreeBSD 6.0-CURRENT i386
>Organization:
Exit Consulting 
>Environment:


N/A


>Description:


The kscope build currently dies messily with a bunch of undefined references.


>How-To-Repeat:





>Fix:


The patch files/patch-src_Makefile.in needs to be resurrected from the
Attic.  That's really it, but just in case, here's the file itself:

--- patch-src_Makefile.in begins here ---
--- src/Makefile.in.orig	Mon Jan 31 14:40:03 2005
+++ src/Makefile.in	Sun Mar 13 13:05:41 2005
@@ -306,7 +306,7 @@
 
 
 kscope_LDFLAGS = $(KDE_RPATH) $(all_libraries)
-kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI)
+kscope_LDADD = -lkateinterfaces -lktexteditor $(LIB_KDEUI) $(LIBPTHREAD)
 
 # this is where the desktop file will go 
 shelldesktopdir = $(kde_appsdir)/Utilities
--- patch-src_Makefile.in ends here ---



>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: sem 
State-Changed-When: Fri Apr 22 18:58:56 GMT 2005 
State-Changed-Why:  
Committed, thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=80127 
>Unformatted:
