From 18c7ef4a116007d6aab04158b2a13e03a7353925 Mon Sep 17 00:00:00 2001 From: joerg Date: Fri, 30 Aug 2013 16:58:39 +0000 Subject: Don't try to use gethostbyname_r on NetBSD. --- inputmethod/scim/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'inputmethod') diff --git a/inputmethod/scim/Makefile b/inputmethod/scim/Makefile index d4cde258e0d..4e328cbb733 100644 --- a/inputmethod/scim/Makefile +++ b/inputmethod/scim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2013/07/19 10:08:59 ryoon Exp $ +# $NetBSD: Makefile,v 1.30 2013/08/30 16:58:39 joerg Exp $ # DISTNAME= scim-1.4.14 @@ -45,6 +45,8 @@ PTHREAD_AUTO_VARS= yes .if ${OPSYS} == "SunOS" CONFIGURE_ENV+= ac_cv_func_gethostbyname_r=no LDFLAGS.SunOS+= -lsocket -lnsl +.elif ${OPSYS} == "NetBSD" +CONFIGURE_ENV+= ac_cv_func_gethostbyname_r=no .endif .include "../../devel/gettext-lib/buildlink3.mk" -- cgit v1.2.3