pkgsrc-WIP-changes archive

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

wine64: Add recipe to make wine32 and wine64



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Wed Jul 10 16:58:39 2019 +0200
Changeset:	ae4c375bd429acdde5a85066354688f77c1498b3

Modified Files:
	wine64/Makefile

Log Message:
wine64:	Add recipe to make wine32 and wine64

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

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

diffstat:
 wine64/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index fd6c605ee0..50f4851477 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -26,12 +26,14 @@ BUILD64=		${WRKSRC}/wine64
 
 build-wine64:
 	cd ${BUILD64} && ${SETENV} ${MAKE_ENV} ${WKRSRC}/configure ${CONFIGURE_ARGS} --enable-wine64
+	cd ${BUILD64} && ${SETENV} ${MAKE_ENV} ${GMAKE} -j${MAKE_JOBS}
 
 build-wine32:
 	${SETENV} CONFIGURE_ARGS+=--x-libraries=/usr/pkg/emul/netbsd32/lib
 	${SETENV} X11_LDFLAGS+=-Wl,-rpath,/usr/pkg/emul/netbsd32/lib
 	${SETENV} X11_LDFLAGS+=-L/usr/pkg/emul/netbsd32/lib -lX11
 	cd ${BUILD32} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/configure ${CONFIGURE_ARGS} --with-wine64=${BUILD64}
+	cd ${BUILD32} && ${SETENV} ${MAKE_ENV} ${GMAKE} -j${MAKE_JOBS}
 
 post-extract:
 	${MKDIR} ${BUILD32}


Home | Main Index | Thread Index | Old Index