wine32: Fix wine binary in Makefile

This commit is contained in:
Naveen Narayanan 2019-06-13 05:11:49 +02:00
parent e1fca15d16
commit c9d480a000
1 changed files with 1 additions and 1 deletions

View File

@ -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"