Date: Wed, 28 Oct 2020 05:49:48 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r553523 - branches/2020Q4/devel/dee Message-ID: <202010280549.09S5nmOk070884@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Wed Oct 28 05:49:48 2020 New Revision: 553523 URL: https://svnweb.freebsd.org/changeset/ports/553523 Log: MFH: r551433 devel/dee: fix build on GCC architectures Use newer GCC: cc1: error: unrecognized command line option "-Wempty-body" Approved by: portmgr (tier-2 blanket) Modified: branches/2020Q4/devel/dee/Makefile Directory Properties: branches/2020Q4/ (props changed) Modified: branches/2020Q4/devel/dee/Makefile ============================================================================== --- branches/2020Q4/devel/dee/Makefile Wed Oct 28 02:27:11 2020 (r553522) +++ branches/2020Q4/devel/dee/Makefile Wed Oct 28 05:49:48 2020 (r553523) @@ -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?202010280549.09S5nmOk070884>