svn commit: r326411 - head/graphics/evas-core

Baptiste Daroussin bapt at FreeBSD.org
Thu Sep 5 16:25:39 UTC 2013


Author: bapt
Date: Thu Sep  5 16:25:38 2013
New Revision: 326411
URL: http://svnweb.freebsd.org/changeset/ports/326411

Log:
  Readd USE_GCC=any building with clang at least 3.2 on amd64 to have problem

Modified:
  head/graphics/evas-core/Makefile

Modified: head/graphics/evas-core/Makefile
==============================================================================
--- head/graphics/evas-core/Makefile	Thu Sep  5 16:20:13 2013	(r326410)
+++ head/graphics/evas-core/Makefile	Thu Sep  5 16:25:38 2013	(r326411)
@@ -20,6 +20,7 @@ DIST_SUBDIR=	e17
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USES=		pathfix pkgconfig
+USE_GCC=	any
 USE_EFL=	librt_hack libtool_hack
 USE_LDCONFIG=	yes
 DATADIR=	${PREFIX}/share/evas


More information about the svn-ports-all mailing list