svn commit: r375853 - head/finance/gnucash

Koop Mast kwm at FreeBSD.org
Tue Dec 30 20:28:45 UTC 2014


Author: kwm
Date: Tue Dec 30 20:28:43 2014
New Revision: 375853
URL: https://svnweb.freebsd.org/changeset/ports/375853
QAT: https://qat.redports.org/buildarchive/r375853/

Log:
  Fix the build on 9.x and 8.x after the update of webkit-gtk2.

Modified:
  head/finance/gnucash/Makefile

Modified: head/finance/gnucash/Makefile
==============================================================================
--- head/finance/gnucash/Makefile	Tue Dec 30 20:13:46 2014	(r375852)
+++ head/finance/gnucash/Makefile	Tue Dec 30 20:28:43 2014	(r375853)
@@ -96,6 +96,11 @@ GLIB_SCHEMAS+=	org.gnucash.dialogs.impor
 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 \


More information about the svn-ports-head mailing list