pkgsrc-WIP-changes archive

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

wine32: Prevent Wine from disabling FORTIFY_SOURCE



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Mon Aug 19 01:12:43 2019 +0200
Changeset:	b33d9184bdd776118c4d26105d4ae56857b635dd

Modified Files:
	wine32/Makefile

Log Message:
wine32: Prevent Wine from disabling FORTIFY_SOURCE

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

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

diffstat:
 wine32/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diffs:
diff --git a/wine32/Makefile b/wine32/Makefile
index eca742ded9..ed954676ee 100644
--- a/wine32/Makefile
+++ b/wine32/Makefile
@@ -18,6 +18,10 @@ USE_TOOLS+=		bison flex gmake mktemp msgfmt autoconf perl
 REPLACE_PERL+=		tools/winemaker/winemaker tools/winedump/function_grep.pl
 NOT_PAX_MPROTECT_SAFE+=	bin/wine
 
+# XXX: Fix warning due to _FORTIFY_SOURCE being redefined
+WINE_ENV+=		ac_cv_c_fortify_enabled=no
+
+
 .include "../../graphics/freetype2/buildlink3.mk"
 .include "../../graphics/giflib/buildlink3.mk"
 .include "../../graphics/lcms2/buildlink3.mk"


Home | Main Index | Thread Index | Old Index