Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Mar 2001 16:07:54 +0900 (JST)
From:      Kazumasa Nishizawa <nishizawa@chiba7100.allnet.ne.jp>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/25680: ports fix - webstone-ssl
Message-ID:  <200103110707.f2B77s702986@chiba7100.allnet.ne.jp>

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

>Number:         25680
>Category:       ports
>Synopsis:       ports fix - webstone-ssl
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 10 23:10:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     Kazumasa Nishizawa
>Release:        FreeBSD 4.2-STABLE
>Organization:
>Environment:
>Description:

	Add CONFIGURE_ENV to Makefile for 3.x-RELEASE

>How-To-Repeat:
>Fix:

--- Makefile.orig	Sun Mar 11 15:49:35 2001
+++ Makefile	Sun Mar 11 15:49:44 2001
@@ -22,6 +22,9 @@
 ALL_TARGET=	install
 NO_INSTALL_MANPAGES=	yes
 
+CONFIGURE_ENV= CFLAGS="-I${LOCALBASE}/include" \
+		LIBS="-L${LOCALBASE}/lib"
+
 do-install:
 	@${RMDIR} ${WRKSRC}/../bin/runs
 	@${MKDIR} ${PREFIX}/webstone-ssl/bin

>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?200103110707.f2B77s702986>