Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 14:19:51 -0700 (PDT)
From:      tadayuki.okada@windriver.com
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/18818: kdesupport2 doesn't build
Message-ID:  <20000525211951.BF71B37B677@hub.freebsd.org>

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

>Number:         18818
>Category:       ports
>Synopsis:       kdesupport2 doesn't build
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu May 25 14:20:00 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Tadayuki Okada
>Release:        4.0-STABLE i386
>Organization:
WindRiver
>Environment:
>Description:

>How-To-Repeat:
cd /usr/ports/converters/kdesupport2
make
>Fix:
add USE_GMAKE to Makefile

add the following patch file:
--- odbc/iodbc/samples/Makefile.am      Thu Jul 22 07:44:38 1999
+++ odbc/iodbc/samples/Makefile.am.new  Thu May 25 14:05:32 2000
@@ -30,5 +30,5 @@
 #  Build odbctest program
 #
 odbctest_SOURCES       = odbctest.c
-odbctest_LDADD         = ../libiodbc.la
+odbctest_LDADD         = ../libiodbc.la -lstdc++ -lgcc
 odbctest_LDFLAGS       = -static


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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