summaryrefslogtreecommitdiff
path: root/graphics/gtkimageview/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gtkimageview/Makefile')
-rw-r--r--graphics/gtkimageview/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gtkimageview/Makefile b/graphics/gtkimageview/Makefile
index a90e36442e1..f3076892268 100644
--- a/graphics/gtkimageview/Makefile
+++ b/graphics/gtkimageview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2014/05/05 00:47:58 ryoon Exp $
+# $NetBSD: Makefile,v 1.32 2014/12/01 12:39:17 joerg Exp $
DISTNAME= gtkimageview-1.6.4
PKGREVISION= 20
@@ -30,6 +30,7 @@ TEST_TARGET= check
.include "../../mk/compiler.mk"
.if !empty(PKGSRC_COMPILER:Mclang)
_WRAP_EXTRA_ARGS.CC+= -Wno-error=unused-function
+CWRAPPERS_APPEND.cc+= -Wno-error=unused-function
.endif
.include "../../mk/bsd.pkg.mk"