Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 May 2000 15:20:04 -0700 (PDT)
From:      Will Andrews <andrews@technologist.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/18818: kdesupport2 doesn't build
Message-ID:  <200005252220.PAA32276@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/18818; it has been noted by GNATS.

From: Will Andrews <andrews@technologist.com>
To: tadayuki.okada@windriver.com
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/18818: kdesupport2 doesn't build
Date: Thu, 25 May 2000 18:12:42 -0400

 --FL5UXtIhxfXey3p5
 Content-Type: text/plain; charset=us-ascii
 
 On Thu, May 25, 2000 at 02:19:51PM -0700, tadayuki.okada@windriver.com wrote:
 > >Fix:
 > add USE_GMAKE to Makefile
 
 Thanks, I must have forgotten that somehow.  (Strange that it built for
 me though, on 3-STABLE and 5-CURRENT machines...)
 
 > 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
 
 Instead of bothering to build sample stuff, why not just remove it from
 the SUBDIRS in odbc/iodbc?  Try out attached patch, please.
 
 Actually, though.. I've been thinking about simply removing audiofile
 and odbc builds and depending on the unixODBC and libaudiofile ports
 instead.  What do you think?
 
 -- 
 Will Andrews <andrews@technologist.com>
 GCS/E/S @d- s+:+>+:- a--->+++ C++ UB++++ P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP+>+++ t++ 5 X++ R+ tv+ b++>++++ DI+++ D+ 
 G++>+++ e->++++ h! r-->+++ y?
 
 --FL5UXtIhxfXey3p5
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename=patch-ah
 
 --- odbc/iodbc/Makefile.am	Wed Jul 14 16:39:21 1999
 +++ odbc/iodbc/Makefile.am.new	Thu May 25 17:37:33 2000
 @@ -22,7 +22,7 @@
  
  lib_version=52:2:50
  AUTOMAKE_OPTIONS	= gnu 1.4
 -SUBDIRS			= . samples
 +SUBDIRS			= .
  
  lib_LTLIBRARIES		= libiodbc.la
  
 
 --FL5UXtIhxfXey3p5--
 


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?200005252220.PAA32276>