From efd0dd922d2e5cd332f1aee5fdf6810814e7f400 Mon Sep 17 00:00:00 2001 From: ade Date: Mon, 11 Apr 2011 19:54:35 +0000 Subject: Update to GNU make 3.82 after numerous -exp runs. --- x11-toolkits/v/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'x11-toolkits/v') diff --git a/x11-toolkits/v/Makefile b/x11-toolkits/v/Makefile index 6f6483062f6e..e4fa01b5b54e 100644 --- a/x11-toolkits/v/Makefile +++ b/x11-toolkits/v/Makefile @@ -19,7 +19,7 @@ COMMENT= A C++ GUI development framework for X11 and Microsoft Windows WRKSRC= ${WRKDIR}/home/vgui USE_XORG= x11 xt xmu xaw -USE_GMAKE= YES +USE_GMAKE= yes MAKE_ENV= INSTALLDIR=${PREFIX} HOMEV=${WRKSRC} USE_DOS2UNIX= yes @@ -29,6 +29,10 @@ USE_DOS2UNIX= yes BROKEN= compiler error in function fixup_memory_subreg .endif +# For gmake>=3.82 +post-patch: + @${REINPLACE_CMD} -e 's/^ cd/# cd/' ${WRKSRC}/srcx/Makefile + do-configure: ${CP} ${WRKSRC}/configs/ConfigX.mk ${WRKSRC}/Config.mk -- cgit