summaryrefslogtreecommitdiff
path: root/inputmethod/scim
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-08-30 16:58:39 +0000
committerjoerg <joerg@pkgsrc.org>2013-08-30 16:58:39 +0000
commitee37c4c9389fd2eac0ff1cae73059231e923cbe3 (patch)
tree7b98caa28ae79e4c61b3e48316c0cb608456e4fb /inputmethod/scim
parent99fc958b9e43321dcd62429300e5c5c349dce2cd (diff)
downloadpkgsrc-ee37c4c9389fd2eac0ff1cae73059231e923cbe3.tar.gz
Don't try to use gethostbyname_r on NetBSD.
Diffstat (limited to 'inputmethod/scim')
-rw-r--r--inputmethod/scim/Makefile4
1 files changed, 3 insertions, 1 deletions
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"