From b11d54bab7adbfb92336888e7783564cb428b758 Mon Sep 17 00:00:00 2001 From: Grzegorz Blach Date: Tue, 25 Dec 2012 12:32:08 +0000 Subject: [PATCH] - add USE_GCC=any to Makefile Approved by: crees (mentor) --- graphics/evas-core/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index 8fbe2c126dfe..4c64b1c79316 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -3,6 +3,7 @@ PORTNAME= core PORTVERSION= 1.7.4 +PORTREVISION= 1 CATEGORIES= graphics enlightenment MASTER_SITES= http://download.enlightenment.org/releases/ \ LOCAL/gblach/e17/ @@ -19,6 +20,7 @@ LIB_DEPENDS= freetype:${PORTSDIR}/print/freetype2 DIST_SUBDIR= e17 USE_BZIP2= yes GNU_CONFIGURE= yes +USE_GCC= any USE_EFL= librt_hack libtool_hack USE_GNOME= gnomehack pkgconfig USE_LDCONFIG= yes