pkgsrc-WIP-changes archive

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

wine64: Add a stage to build 64 bit Wine



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

Modified Files:
	wine64/Makefile

Log Message:
wine64: Add a stage to build 64 bit Wine

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

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, 3 insertions(+)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 31d1794a1a..9bc7450d4e 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -26,6 +26,9 @@ NOT_PAX_MPROTECT_SAFE+=	bin/wine
 BUILD32=		${WRKSRC}/wine32
 BUILD64=		${WRKSRC}/wine64
 
+build-wine64:
+	cd ${BUILD64} && ${SETENV} ${MAKE_ENV} ${WKRSRC}/configure ${CONFIGURE_ARGS} --enable-wine64
+
 post-extract:
 	${MKDIR} ${BUILD32}
 	${MKDIR} ${BUILD32}


Home | Main Index | Thread Index | Old Index