diff options
author | Ade Lovett <ade@FreeBSD.org> | 2011-04-12 03:54:35 +0800 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2011-04-12 03:54:35 +0800 |
commit | fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch) | |
tree | 6b96a59b96237deb8710fe2065d0c3393e7088bc /x11-toolkits | |
parent | 9cdeec96c134d87226d71d31195c647c6b761885 (diff) | |
download | freebsd-ports-gnome-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz freebsd-ports-gnome-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.zst freebsd-ports-gnome-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip |
Update to GNU make 3.82 after numerous -exp runs.
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/v/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
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 |