pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators/wine wine: Disable CHECK_PIE for this packag...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e6df17dae3d3
branches:  trunk
changeset: 373823:e6df17dae3d3
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Feb 13 10:42:46 2022 +0000

description:
wine: Disable CHECK_PIE for this package, it is broken.

diffstat:

 emulators/wine/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r feed498d3e1b -r e6df17dae3d3 emulators/wine/Makefile
--- a/emulators/wine/Makefile   Sun Feb 13 10:39:58 2022 +0000
+++ b/emulators/wine/Makefile   Sun Feb 13 10:42:46 2022 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index