pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

wine64: Fix do-build stage



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Wed Jul 10 17:01:54 2019 +0200
Changeset:	eb3a4aab4136a0646b6605f41a75e944c65e25dd

Modified Files:
	wine64/Makefile

Log Message:
wine64: Fix do-build stage

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=eb3a4aab4136a0646b6605f41a75e944c65e25dd

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 wine64/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 50f4851477..ba760edc4e 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -39,8 +39,7 @@ post-extract:
 	${MKDIR} ${BUILD32}
 	${MKDIR} ${BUILD32}
 
-do-build:
-	cd ${BUILD32} && ${SETENV} ${MAKE_ENV} ${GMAKE} -j${MAKE_JOBS}
+do-build: build-wine64 build-wine32
 
 pre-configure:
 	cd ${WRKSRC} && autoconf


Home | Main Index | Thread Index | Old Index