pkgsrc-wip -- http://pkgsrc.org/wip/
/
pkgsrc-wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09c9bb4
)
wine64: Fix missing library error
author
Naveen Narayanan
<zerous@nocebo.space>
Wed, 24 Jul 2019 22:01:01 +0000
(
00:01
+0200)
committer
Naveen Narayanan
<zerous@nocebo.space>
Wed, 24 Jul 2019 22:02:31 +0000
(
00:02
+0200)
wine64/Makefile
patch
|
blob
|
blame
|
history
diff --git
a/wine64/Makefile
b/wine64/Makefile
index 201345613a4c098b2819920cb4a36444b9e281be..fa31a130df2afbf25a9505013f63e4d796228f2c 100644
(file)
--- a/
wine64/Makefile
+++ b/
wine64/Makefile
@@
-31,6
+31,8
@@
USE_TOOLS+= bison flex gmake mktemp msgfmt autoconf perl
REPLACE_PERL+= tools/winemaker/winemaker tools/winedump/function_grep.pl
NOT_PAX_MPROTECT_SAFE+= bin/wine
NOT_PAX_MPROTECT_SAFE+= bin/wine64
+# XXX: pkgsrc complains that libwine.so.1 is missing prior installation
+CHECK_SHLIBS_SKIP= bin/wine*
BUILD32= ${WRKSRC}/wine32
BUILD64= ${WRKSRC}/wine64