summaryrefslogtreecommitdiff
path: root/sysutils/open-vm-tools
diff options
context:
space:
mode:
authorjoerg <joerg>2014-12-01 12:39:16 +0000
committerjoerg <joerg>2014-12-01 12:39:16 +0000
commit0b0d2e1ea434a6eee8d54d325c60e3d66a24caad (patch)
treea72e8e5f647f1d5a7090f9839adb32b77937d891 /sysutils/open-vm-tools
parentb3739ec7330393b1e3f0ac1aedba8ac43f340a61 (diff)
downloadpkgsrc-0b0d2e1ea434a6eee8d54d325c60e3d66a24caad.tar.gz
Support cwrappers for packages appending arguments in the wrappers.
Diffstat (limited to 'sysutils/open-vm-tools')
-rw-r--r--sysutils/open-vm-tools/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/open-vm-tools/Makefile b/sysutils/open-vm-tools/Makefile
index 74592aa9c9e..00a3c48631d 100644
--- a/sysutils/open-vm-tools/Makefile
+++ b/sysutils/open-vm-tools/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.48 2014/10/07 16:47:35 adam Exp $
+# $NetBSD: Makefile,v 1.49 2014/12/01 12:39:18 joerg Exp $
DISTNAME= open-vm-tools-2008.08.08-109361
PKGNAME= open-vm-tools-2008.08.08.109361
@@ -38,6 +38,7 @@ pre-configure:
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-local-typedef
+CWRAPPERS_APPEND.cc+= -Wno-error=unused-local-typedef
.endif
.include "../../net/libdnet/buildlink3.mk"