pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
wine64-dev: Stop Wine from using gethostbyname_r like in linux
- To: pkgsrc-wip-changes%NetBSD.org@localhost
- Subject: wine64-dev: Stop Wine from using gethostbyname_r like in linux
- From: Naveen Narayanan <zerous@nocebo.space>
- Date: Wed, 14 Aug 2019 15:28:07 +0000
Module Name: pkgsrc-wip
Committed By: Naveen Narayanan <zerous@nocebo.space>
Pushed By: zerous
Date: Wed Aug 14 17:28:07 2019 +0200
Changeset: 4b8756ac559d01b6a8465c0352a91c3325199bbe
Modified Files:
wine64-dev/Makefile
Log Message:
wine64-dev: 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=4b8756ac559d01b6a8465c0352a91c3325199bbe
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
wine64-dev/Makefile | 3 +++
1 file changed, 3 insertions(+)
diffs:
diff --git a/wine64-dev/Makefile b/wine64-dev/Makefile
index 272ea9437f..75f43878bb 100644
--- a/wine64-dev/Makefile
+++ b/wine64-dev/Makefile
@@ -25,6 +25,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 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