pkgsrc-WIP-changes archive

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

wine32/64/64-dev: Update comment associated with disabling new_dtags



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Mon Aug 26 02:06:26 2019 +0200
Changeset:	311c305bf8afadbf45ffd9922a14a840e0b72a44

Modified Files:
	wine32/Makefile
	wine64-dev/Makefile
	wine64/Makefile

Log Message:
wine32/64/64-dev: Update comment associated with disabling new_dtags

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

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

diffstat:
 wine32/Makefile     | 2 +-
 wine64-dev/Makefile | 2 +-
 wine64/Makefile     | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diffs:
diff --git a/wine32/Makefile b/wine32/Makefile
index b4cdf65aeb..48c3fbd9e1 100644
--- a/wine32/Makefile
+++ b/wine32/Makefile
@@ -20,7 +20,7 @@ NOT_PAX_MPROTECT_SAFE+=	bin/wine
 # XXX: Fix warning due to _FORTIFY_SOURCE being redefined
 CONFIGURE_ENV+=		ac_cv_c_fortify_enabled=no
 
-# XXX: Disable new_dtags as NetBSD -stable doesn't honor DT_RUNPATH
+# XXX: Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
 CONFIGURE_ENV+=         ac_cv_cflags__Wl___enable_new_dtags=no
 
 # XXX: Stop Wine from using gethostbyname_r like in linux
diff --git a/wine64-dev/Makefile b/wine64-dev/Makefile
index 84252c521b..a5e8c369a3 100644
--- a/wine64-dev/Makefile
+++ b/wine64-dev/Makefile
@@ -24,7 +24,7 @@ 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
+# XXX: Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
 WINE_ENV+=         ac_cv_cflags__Wl___enable_new_dtags=no
 
 # XXX: Stop Wine from gethostbyname_r like in linux
diff --git a/wine64/Makefile b/wine64/Makefile
index cb332cf956..e0037f5810 100644
--- a/wine64/Makefile
+++ b/wine64/Makefile
@@ -24,7 +24,7 @@ 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
+# XXX: Disable new_dtags as NetBSD versions prior to 9.0 don't honor DT_RUNPATH
 WINE_ENV+=         ac_cv_cflags__Wl___enable_new_dtags=no
 
 # XXX: Stop Wine from using gethostbyname_r like in linux


Home | Main Index | Thread Index | Old Index