summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2014-12-30 20:28:43 +0000
committerKoop Mast <kwm@FreeBSD.org>2014-12-30 20:28:43 +0000
commit32bf002eb2813e9701641188a564b40de316e416 (patch)
tree37b3968786b9332d23c33675b15f735feb9202f4 /finance/gnucash
parentUpdate cinnamon to 2.4, this should fix [1] and [2]. (diff)
Fix the build on 9.x and 8.x after the update of webkit-gtk2.
Notes
Notes: svn path=/head/; revision=375853
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index e3cb07d137ab..dc8634530f25 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -96,6 +96,11 @@ GLIB_SCHEMAS+= org.gnucash.dialogs.import.hbci.gschema.xml
GLIB_SCHEMAS+= org.gnucash.dialogs.import.ofx.gschema.xml
.endif
+# because webkit-gtk2 needs it
+.if ${OSVERSION} < 1000000
+USES+= compiler:c++11-lib
+.endif
+
post-install:
.if ${PORT_OPTIONS:MPYTHON}
@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py \