Date: Mon, 27 Nov 2000 10:05:42 -0800 (PST) From: tkato@prontomail.ne.jp To: freebsd-gnats-submit@FreeBSD.org Subject: ports/23134: Update port: graphics/zimg Message-ID: <20001127180542.9A12E37B4C5@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 23134 >Category: ports >Synopsis: Update port: graphics/zimg >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: Mon Nov 27 10:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.2-RELEASE i386 >Organization: >Environment: >Description: - Support LOCALBASE properly >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/zimg/Makefile graphics/zimg/Makefile --- /usr/ports/graphics/zimg/Makefile Tue Nov 28 02:46:25 2000 +++ graphics/zimg/Makefile Tue Nov 28 02:47:20 2000 @@ -15,7 +15,9 @@ LIB_DEPENDS= gd.1:${PORTSDIR}/graphics/gd GNU_CONFIGURE= yes -CONFIGURE_ARGS+=--disable-edf --with-gd-includes=${LOCALBASE}/include/gd +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --disable-edf --with-gd-includes=${LOCALBASE}/include/gd MAN1= zimg.1 .include <bsd.port.mk> >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?20001127180542.9A12E37B4C5>