Skip site navigation (1)Skip section navigation (2)
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:   ports/80127: Fix for kscope build problem.
Message-ID:  <1113971593.0@lap>
Resent-Message-ID: <200504200440.j3K4eSjO080002@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         80127
>Category:       ports
>Synopsis:       Fix for kscope build problem.
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 20 04:40:27 GMT 2005
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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