summaryrefslogtreecommitdiff
path: root/net/tightvnc
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2014-12-01 12:39:16 +0000
committerjoerg <joerg@pkgsrc.org>2014-12-01 12:39:16 +0000
commit55a2c2de4602e2e897b54c4b5fdf0500bac1d183 (patch)
treea72e8e5f647f1d5a7090f9839adb32b77937d891 /net/tightvnc
parente554a8bd3f109d3bbafbe3e87fba7ceee67f30e2 (diff)
downloadpkgsrc-55a2c2de4602e2e897b54c4b5fdf0500bac1d183.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'net/tightvnc')
-rw-r--r--net/tightvnc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/tightvnc/Makefile b/net/tightvnc/Makefile
index 37e35139407..27eeba41884 100644
--- a/net/tightvnc/Makefile
+++ b/net/tightvnc/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2014/06/01 18:04:07 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2014/12/01 12:39:18 joerg Exp $
DISTNAME= tightvnc-1.3.10
PKGREVISION= 12
@@ -36,6 +36,7 @@ CPPFLAGS+= -Wno-error=return-type
# seem to pick it up. Someone with strong X-fu needs to look at it.
.if !empty(MACHINE_PLATFORM:MNetBSD-*-x86_64)
_WRAP_EXTRA_ARGS.CC+= -DDDXTIME -D_XSERVER64 -DGCCUSESGAS
+CWRAPPERS_APPEND.cc+= -DDDXTIME -D_XSERVER64 -DGCCUSESGAS
.endif
.if ${X11_TYPE} == "modular"