From f44bafb586721a6dd255fdb2f28e0bf0d1272c3a Mon Sep 17 00:00:00 2001 From: jasoni Date: Mon, 8 Feb 1999 03:59:15 +0000 Subject: [PATCH] fix ENV: krw@tcn.net --- x11/windowmaker/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/x11/windowmaker/Makefile b/x11/windowmaker/Makefile index 32821552da3..ea6616e3ce3 100644 --- a/x11/windowmaker/Makefile +++ b/x11/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.5 1999/02/07 18:46:18 jasoni Exp $ +# $OpenBSD: Makefile,v 1.6 1999/02/08 03:59:15 jasoni Exp $ # DISTNAME= WindowMaker-0.51.0 @@ -17,6 +17,8 @@ LIB_DEPENDS= PropList\\.1\\.:${PORTSDIR}/devel/libproplist \ png\\.1\\.:${PORTSDIR}/graphics/png \ gif\\.3\\.:${PORTSDIR}/graphics/giflib GNU_CONFIGURE= YES +CONFIGURE_ENV= CFLAGS="-I${PREFIX}/include" LDFLAGS="-L${PREFIX}/lib" \ + CPPFLAGS="-I${PREFIX}/include" CONFIGURE_ARGS= --with-pixmapdir=${PREFIX}/share/WindowMaker/Pixmaps \ --with-gfx-incs="-I${PREFIX}/include -I${PREFIX}/include/giflib" \ --with-gfx-libs=-L${PREFIX}/lib \