summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2014-02-01 19:39:42 +0000
committerjoerg <joerg>2014-02-01 19:39:42 +0000
commitb34b8d9d6a3eac5931f2bc9aa067920e752e9082 (patch)
treec85e69fb5035ccbf1b3a845e2be3a296b6381742 /net
parent492fdc6fb6cf997376fea7f77c276168aaec6890 (diff)
downloadpkgsrc-b34b8d9d6a3eac5931f2bc9aa067920e752e9082.tar.gz
Fix build on NetBSD/current.
Diffstat (limited to 'net')
-rw-r--r--net/vinagre/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/net/vinagre/Makefile b/net/vinagre/Makefile
index b02c07624b9..3abc5028e07 100644
--- a/net/vinagre/Makefile
+++ b/net/vinagre/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2014/01/01 11:52:31 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2014/02/01 19:39:42 joerg Exp $
#
DISTNAME= vinagre-3.6.2
@@ -43,6 +43,11 @@ PLIST.telepathy= yes
CONFIGURE_ARGS+= --without-telepathy
.endif
+.if ${OPSYS} == "NetBSD"
+# Interface conflicts with glibc's version
+CONFIGURE_ARGS+= ac_cv_func_ptsname_r=no
+.endif
+
.include "../../databases/shared-mime-info/mimedb.mk"
BUILDLINK_API_DEPENDS.glib2+= glib2>=2.28.0
.include "../../devel/glib2/buildlink3.mk"