summaryrefslogtreecommitdiff
path: root/net/vnc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/vnc/Makefile')
-rw-r--r--net/vnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/vnc/Makefile b/net/vnc/Makefile
index afff91beb8f..05c2eb00763 100644
--- a/net/vnc/Makefile
+++ b/net/vnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.52 2014/05/29 23:37:13 wiz Exp $
+# $NetBSD: Makefile,v 1.53 2014/12/01 12:39:18 joerg Exp $
DISTNAME= vnc-3.3.3r2
PKGNAME= vnc-3.3.3.2
@@ -58,6 +58,7 @@ INSTALLATION_DIRS= bin share/doc/vnc
.if ${OPSYS} == "SunOS"
_WRAP_EXTRA_ARGS.CC+= -D_POSIX_SOURCE
+CWRAPPERS_APPEND.cc+= -D_POSIX_SOURCE
SPECIAL_PERMS+= bin/Xvnc ${REAL_ROOT_USER} ${REAL_ROOT_GROUP} 2555
.endif