svn commit: r544793 - in branches/2020Q3/misc: biblesync xiphos
Piotr Kubaj
pkubaj at FreeBSD.org
Thu Aug 13 09:09:59 UTC 2020
Author: pkubaj
Date: Thu Aug 13 09:09:58 2020
New Revision: 544793
URL: https://svnweb.freebsd.org/changeset/ports/544793
Log:
MFH: r544792
misc/xiphos: fix build on GCC architectures
Use C11 compiler:
/usr/local/include/unicode/localpointer.h:224: error: expected ';' before 'noexcept'
Also required is bumping GCC for misc/biblesync because of libstdc++ ABI error.
Approved by: portmgr (fix build blanket)
Modified:
branches/2020Q3/misc/biblesync/Makefile
branches/2020Q3/misc/xiphos/Makefile
Directory Properties:
branches/2020Q3/ (props changed)
Modified: branches/2020Q3/misc/biblesync/Makefile
==============================================================================
--- branches/2020Q3/misc/biblesync/Makefile Thu Aug 13 09:07:24 2020 (r544792)
+++ branches/2020Q3/misc/biblesync/Makefile Thu Aug 13 09:09:58 2020 (r544793)
@@ -12,7 +12,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libuuid.so:misc/e2fsprogs-libuuid
-USES= cmake gettext-runtime
+USES= cmake compiler:c++11-lang gettext-runtime
USE_GITHUB= yes
GH_ACCOUNT= karlkleinpaste
Modified: branches/2020Q3/misc/xiphos/Makefile
==============================================================================
--- branches/2020Q3/misc/xiphos/Makefile Thu Aug 13 09:07:24 2020 (r544792)
+++ branches/2020Q3/misc/xiphos/Makefile Thu Aug 13 09:09:58 2020 (r544793)
@@ -30,7 +30,7 @@ LIB_DEPENDS= libbiblesync.so:misc/biblesync \
libwebkit2gtk-4.0.so:www/webkit2-gtk3
# gettext is always needed, even if NLS is off
-USES= cmake gettext gnome pkgconfig
+USES= cmake compiler:c11 gettext gnome pkgconfig
USE_GNOME= cairo gconf2 gtk30 gtkhtml4 intltool libgsf
INSTALLS_ICONS= yes
More information about the svn-ports-all
mailing list