aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/v
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
committerAde Lovett <ade@FreeBSD.org>2011-04-11 19:54:35 +0000
commitfe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f (patch)
tree6b96a59b96237deb8710fe2065d0c3393e7088bc /x11-toolkits/v
parent9cdeec96c134d87226d71d31195c647c6b761885 (diff)
downloadports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.tar.gz
ports-fe0d23d638e55fd3fbfe8e6f43b0f6d26c8b713f.zip
Update to GNU make 3.82 after numerous -exp runs.
Notes
Notes: svn path=/head/; revision=272537
Diffstat (limited to 'x11-toolkits/v')
-rw-r--r--x11-toolkits/v/Makefile6
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