Date: Tue, 15 Jun 1999 22:42:27 -0700 (PDT) From: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org Subject: ports/12236: Fix: x11/wterm build Message-ID: <19990616054227.34523B3@norn.ca.eu.org>
next in thread | raw e-mail | index | archive | help
>Number: 12236 >Category: ports >Synopsis: Fix: x11/wterm build >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: Tue Jun 15 22:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Chris Piazza >Release: FreeBSD 4.0-CURRENT i386 >Organization: n/a >Environment: 4.0-CURRENT i386 >Description: Fix the wterm build. It didn't have a -I${LOCALBASE}/include which was needed for libPropList. Add a few more --with's to be more like the aterm port. I'm the maintainer of this port. >How-To-Repeat: >Fix: Index: wterm/Makefile =================================================================== RCS file: /cvs/ports/x11/wterm/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/14 04:49:46 1.2 +++ Makefile 1999/06/16 05:36:52 @@ -13,14 +13,15 @@ MAINTAINER= cpiazza@home.net -BUILD_DEPENDS= ${PREFIX}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker +BUILD_DEPENDS= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-transparency --enable-xpm-background \ --disable-delete-key --disable-backspace-key \ - --enable-next-scrollbar + --enable-next-scrollbar --enable-utmp --enable-wtmp +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" MAN1= wterm.1 >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?19990616054227.34523B3>