diff options
-rw-r--r-- | wm/windowmaker/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/wm/windowmaker/Makefile b/wm/windowmaker/Makefile index aa888af1fe2..3dab85447d9 100644 --- a/wm/windowmaker/Makefile +++ b/wm/windowmaker/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2002/08/25 21:50:49 mjl Exp $ +# $NetBSD: Makefile,v 1.28 2002/11/06 23:25:38 jlam Exp $ VERS= 0.80.1 DISTNAME= WindowMaker-${VERS} @@ -23,6 +23,8 @@ GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-usermenu \ --with-nlsdir=${PREFIX}/${PKGLOCALEDIR}/locale CONFIGURE_ENV+= LINGUAS=yes +CONFIGURE_ENV+= CPP_PATH="${CPP_PATH}" +CPP_PATH= ${CC} -E INSTALL_TARGET= install-strip |