pkgsrc-WIP-changes archive

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

wine32: Fix wine binary in Makefile



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Thu Jun 13 05:11:49 2019 +0200
Changeset:	c9d480a000ae22016b2b0e7913d8203925d442db

Modified Files:
	wine32/Makefile

Log Message:
wine32: Fix wine binary in Makefile

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

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

diffstat:
 wine32/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/wine32/Makefile b/wine32/Makefile
index 451bda6240..641b431553 100644
--- a/wine32/Makefile
+++ b/wine32/Makefile
@@ -17,7 +17,7 @@ USE_LANGUAGES=		c c++
 USE_TOOLS+=		bison flex gmake mktemp msgfmt autoconf perl
 PKG_DESTDIR_SUPPORT=	user-destdir
 REPLACE_PERL+=		tools/winemaker/winemaker tools/winedump/function_grep.pl
-NOT_PAX_MPROTECT_SAFE+=	bin/wine64
+NOT_PAX_MPROTECT_SAFE+=	bin/wine
 
 .include "../../devel/ncurses/buildlink3.mk"
 .include "../../graphics/freetype2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index