summaryrefslogtreecommitdiff
path: root/editors/Sigil/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'editors/Sigil/Makefile')
-rw-r--r--editors/Sigil/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Sigil/Makefile b/editors/Sigil/Makefile
index a389c410794..f4ee57ae215 100644
--- a/editors/Sigil/Makefile
+++ b/editors/Sigil/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2014/11/23 19:27:29 wiz Exp $
+# $NetBSD: Makefile,v 1.64 2014/12/01 12:39:17 joerg Exp $
DISTNAME= Sigil-0.8.1
CATEGORIES= editors
@@ -33,6 +33,7 @@ REPLACE_PYTHON+= src/Sigil/Resource_Files/plugin_launchers/python/*.py
# GCC 4.4 and above needs this
.if !empty(PKGSRC_COMPILER:Mgcc) && !empty(CC_VERSION:Mgcc-4.[4-9]*)
_WRAP_EXTRA_ARGS.CXX+= -std=c++0x
+CWRAPPERS_APPEND.cxx+= -std=c++0x
.endif
.include "../../textproc/xerces-c/buildlink3.mk"