1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-28 01:06:17 +00:00

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

This commit is contained in:
Koop Mast 2014-12-30 20:28:43 +00:00
parent b28f497285
commit 32bf002eb2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=375853

View File

@ -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 \