diff options
author | nia <nia@pkgsrc.org> | 2022-02-13 10:42:46 +0000 |
---|---|---|
committer | nia <nia@pkgsrc.org> | 2022-02-13 10:42:46 +0000 |
commit | c50f15c614b7cbbfbc511fcfa2574cb8f859858c (patch) | |
tree | e3e134fd66780bbe2a7dd7bcc4385718b8f5126d /emulators | |
parent | b015f98fd586fba69af484943edee3e9dfa7d434 (diff) | |
download | pkgsrc-c50f15c614b7cbbfbc511fcfa2574cb8f859858c.tar.gz |
wine: Disable CHECK_PIE for this package, it is broken.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/wine/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index f3567ff5fb8..e9ea4b5e896 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.234 2021/12/08 16:04:19 adam Exp $ +# $NetBSD: Makefile,v 1.235 2022/02/13 10:42:46 nia Exp $ DISTNAME= wine-5.0.5 PKGREVISION= 5 @@ -19,6 +19,8 @@ GNU_CONFIGURE= yes REPLACE_PERL+= tools/winemaker/winemaker REPLACE_PERL+= tools/winedump/function_grep.pl +CHECK_PIE_SUPPORTED= no + ONLY_FOR_PLATFORM+= *-*-i386 *-*-x86_64 UNLIMIT_RESOURCES= datasize |