pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64: Stop Wine from using gethostbyname_r like in linux
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Wed Aug 14 17:23:55 2019 +0200
Changeset: 583f9333c3cdf5ed4dbc5f9dad01d7a7610aaa98
Modified Files:
wine64/Makefile
Log Message:
wine64: Stop Wine from using gethostbyname_r like in linux
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=583f9333c3cdf5ed4dbc5f9dad01d7a7610aaa98
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 541d608410..228255bc70 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: Stop Wine from using gethostbyname_r like in linux
+WINE_ENV+= wine_cv_linux_gethostbyname_r_6=no
+
USE_LANGUAGES= c c++
USE_TOOLS+= bison flex gmake mktemp msgfmt autoconf perl
REPLACE_PERL+= tools/winemaker/winemaker tools/winedump/function_grep.pl
Home |
Main Index |
Thread Index |
Old Index