pkgsrc-WIP-changes archive

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

wine64: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Sun Aug 25 22:11:12 2019 +0200
Changeset:	aff54a703d4e6b9cbebbd7679889a6303a504256

Modified Files:
	wine64/Makefile

Log Message:
wine64: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH

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

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

diffstat:
 wine64/Makefile | 3 +++
 1 file changed, 3 insertions(+)

diffs:
diff --git a/wine64/Makefile b/wine64/Makefile
index 228255bc70..cb332cf956 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -24,6 +24,9 @@ WINE32_ENV+=		CFLAGS+=-m32
 # XXX: Fix warning due to _FORTIFY_SOURCE being redefined
 WINE_ENV+=		ac_cv_c_fortify_enabled=no
 
+# XXX: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
+WINE_ENV+=         ac_cv_cflags__Wl___enable_new_dtags=no
+
 # XXX: Stop Wine from using gethostbyname_r like in linux
 WINE_ENV+=		wine_cv_linux_gethostbyname_r_6=no
 


Home | Main Index | Thread Index | Old Index