svn commit: r487842 - head/x11-toolkits/tepl

Mark Linimon linimon at FreeBSD.org
Thu Dec 20 05:50:16 UTC 2018


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


More information about the svn-ports-all mailing list