ports/80127: Fix for kscope build problem.

Frank Mayhar frank at exit.com
Wed Apr 20 04:40:29 UTC 2005


>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:



More information about the freebsd-ports-bugs mailing list