diff options
author | jbeich <jbeich@FreeBSD.org> | 2016-03-11 16:09:24 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2016-03-11 16:09:24 +0800 |
commit | 55649a7840e9643e07da0f7db358f8ae7ee52f55 (patch) | |
tree | 7dc12dcc6ee7a4544123489791096748fbd565df /sysutils | |
parent | 837ec3a0a07d5e62f5ad46e9b8ea26f8ac8137fc (diff) | |
download | freebsd-ports-gnome-55649a7840e9643e07da0f7db358f8ae7ee52f55.tar.gz freebsd-ports-gnome-55649a7840e9643e07da0f7db358f8ae7ee52f55.tar.zst freebsd-ports-gnome-55649a7840e9643e07da0f7db358f8ae7ee52f55.zip |
sysutils/freefilesync: unbreak build on 10.x (partially r410811)
error: invalid value 'c++14' in '-std=c++14'
PR: 207879
Reported by: pkg-fallout
Approved by: kevlo (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/freefilesync/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/freefilesync/Makefile b/sysutils/freefilesync/Makefile index ca18a0986d0a..d0a62bc0ca67 100644 --- a/sysutils/freefilesync/Makefile +++ b/sysutils/freefilesync/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libboost_system.so:${PORTSDIR}/devel/boost-libs \ WRKSRC= ${WRKDIR}/FreeFileSync/Source -USES= compiler:c++11-lang dos2unix gmake pkgconfig zip +USES= compiler:c++14-lang dos2unix gmake pkgconfig zip USE_LDCONFIG= yes USE_WX= 3.0+ |