Date: Thu, 20 Dec 2018 05:50:16 +0000 (UTC) From: Mark Linimon <linimon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r487842 - head/x11-toolkits/tepl Message-ID: <201812200550.wBK5oGuJ075024@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: linimon Date: Thu Dec 20 05:50:15 2018 New Revision: 487842 URL: https://svnweb.freebsd.org/changeset/ports/487842 Log: This port needs USES=compiler:c11 to build on GCC-based architectures. PR: 233923 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Modified: head/x11-toolkits/tepl/Makefile Modified: head/x11-toolkits/tepl/Makefile ============================================================================== --- head/x11-toolkits/tepl/Makefile Thu Dec 20 05:28:44 2018 (r487841) +++ head/x11-toolkits/tepl/Makefile Thu Dec 20 05:50:15 2018 (r487842) @@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libuchardet.so:textproc/uchardet -USES= gettext gmake gnome libtool pkgconfig tar:xz +USES= compiler:c11 gettext gmake gnome libtool pkgconfig tar:xz USE_GNOME= cairo gdkpixbuf2 gtksourceview4 libxml2 GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201812200550.wBK5oGuJ075024>