Date: Sun, 4 Oct 2020 15:54:21 +0000 (UTC) From: Piotr Kubaj <pkubaj@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551433 - head/devel/dee Message-ID: <202010041554.094FsLZ6020149@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pkubaj Date: Sun Oct 4 15:54:20 2020 New Revision: 551433 URL: https://svnweb.freebsd.org/changeset/ports/551433 Log: devel/dee: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wempty-body" Modified: head/devel/dee/Makefile Modified: head/devel/dee/Makefile ============================================================================== --- head/devel/dee/Makefile Sun Oct 4 15:24:53 2020 (r551432) +++ head/devel/dee/Makefile Sun Oct 4 15:54:20 2020 (r551433) @@ -13,14 +13,14 @@ COMMENT= Model to synchronize multiple instances over LICENSE= GPLv3 -EXTRA_PATCHES= \ - ${FILESDIR}/dee-1.2.7-deprecated-g_type_class_add_private.patch:-p1 \ +EXTRA_PATCHES= ${FILESDIR}/dee-1.2.7-deprecated-g_type_class_add_private.patch:-p1 \ ${FILESDIR}/vapi-skip-properties.patch:-p1 BUILD_DEPENDS= vapigen:lang/vala LIB_DEPENDS= libicutu.so:devel/icu -USES= gmake gnome libtool localbase pathfix pkgconfig python:3.5+ +USES= compiler:c11 gmake gnome libtool localbase pathfix pkgconfig \ + python:3.5+ GNU_CONFIGURE= yes USE_GNOME= glib20 introspection:build pygobject3 USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202010041554.094FsLZ6020149>