pkgsrc-Changes archive

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

CVS commit: pkgsrc/emulators/wine



Module Name:    pkgsrc
Committed By:   nia
Date:           Sun Feb 13 10:42:46 UTC 2022

Modified Files:
        pkgsrc/emulators/wine: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.234 -r1.235 pkgsrc/emulators/wine/Makefile

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

Modified files:

Index: pkgsrc/emulators/wine/Makefile
diff -u pkgsrc/emulators/wine/Makefile:1.234 pkgsrc/emulators/wine/Makefile:1.235
--- pkgsrc/emulators/wine/Makefile:1.234        Wed Dec  8 16:04:19 2021
+++ pkgsrc/emulators/wine/Makefile      Sun Feb 13 10:42:46 2022
@@ -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



Home | Main Index | Thread Index | Old Index