pkgsrc-WIP-changes archive

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

wine: skip dynamic linker checking



Module Name:	pkgsrc-wip
Committed By:	Frédéric Fauberteau <triaxx%NetBSD.org@localhost>
Pushed By:	frederic
Date:		Sat Jan 22 06:21:37 2022 +0000
Changeset:	c43af5bde38628750795483dea500e9001c75d08

Modified Files:
	wine/Makefile

Log Message:
wine: skip dynamic linker checking

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

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

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

diffs:
diff --git a/wine/Makefile b/wine/Makefile
index 59ab83d7c1..1f2e2dd63d 100644
--- a/wine/Makefile
+++ b/wine/Makefile
@@ -17,6 +17,8 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	bison flex gmake mktemp msgfmt perl pkg-config
 GNU_CONFIGURE=	yes
 
+CHECK_SHLIBS_SUPPORTED=	no
+
 REPLACE_PERL+=	tools/winemaker/winemaker
 REPLACE_PERL+=	tools/winedump/function_grep.pl
 


Home | Main Index | Thread Index | Old Index