pkgsrc-WIP-changes archive

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

wine64: Fix missing library error



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jul 25 00:01:01 2019 +0200
Changeset:	7794d163887e168910294d227acf2e084bbc0c46

Modified Files:
	wine64/Makefile

Log Message:
wine64: Fix missing library error

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

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 201345613a..fa31a130df 100644
--- 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


Home | Main Index | Thread Index | Old Index