Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Feb 2004 22:00:13 +0900
From:      KATO Tsuguru <tkato@prontomail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63005: Update port: finance/libofx
Message-ID:  <20040218220013.041de924.tkato@prontomail.com>
Resent-Message-ID: <200402181310.i1IDAHwD067819@freefall.freebsd.org>

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

>Number:         63005
>Category:       ports
>Synopsis:       Update port: finance/libofx
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 18 05:10:17 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.9-RELEASE-p2 i386
>Organization:
>Environment:
>Description:
- Support LOCALBASE properly

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/finance/libofx/Makefile finance/libofx/Makefile
--- /usr/ports/finance/libofx/Makefile	Sun Feb  8 02:28:16 2004
+++ finance/libofx/Makefile	Fri Feb 13 03:06:58 2004
@@ -20,7 +20,8 @@
 USE_LIBTOOL=	yes
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib"
-CONFIGURE_ARGS=	--disable-doxygen --disable-dot
+CONFIGURE_ARGS=	--disable-doxygen --disable-dot \
+		--with-opensp-includes=${LOCALBASE}/include/OpenSP
 INSTALLS_SHLIB=	yes
 
 post-install:
>Release-Note:
>Audit-Trail:
>Unformatted:



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