pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64: Add build dir for 64 bit Wine
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Wed Jul 10 16:19:02 2019 +0200
Changeset: b6d30a90f637a90813139accb715808527830334
Modified Files:
wine64/Makefile
Log Message:
wine64: Add build dir for 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=b6d30a90f637a90813139accb715808527830334
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 54e1e0179d..31d1794a1a 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -24,9 +24,11 @@ REPLACE_PERL+= tools/winemaker/winemaker tools/winedump/function_grep.pl
NOT_PAX_MPROTECT_SAFE+= bin/wine
BUILD32= ${WRKSRC}/wine32
+BUILD64= ${WRKSRC}/wine64
post-extract:
${MKDIR} ${BUILD32}
+ ${MKDIR} ${BUILD32}
do-configure:
cd ${BUILD32} && ${SETENV} ${MAKE_ENV} ${WRKSRC}/configure ${CONFIGURE_ARGS}
Home |
Main Index |
Thread Index |
Old Index