diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 06:44:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-05 06:44:46 +0000 |
commit | 8a70a8318342a8e3674456373ec1086fa207aeb2 (patch) | |
tree | eeb96f127890d338d584a1522571e02a8b14e413 /graphics/evas-core | |
parent | e72500951a9d28960a40b1c2ab61448a453db037 (diff) | |
download | ports-8a70a8318342a8e3674456373ec1086fa207aeb2.tar.gz ports-8a70a8318342a8e3674456373ec1086fa207aeb2.zip |
Remove USE_GCC=any, it builds properly with recent clang
Notes
Notes:
svn path=/head/; revision=326358
Diffstat (limited to 'graphics/evas-core')
-rw-r--r-- | graphics/evas-core/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/evas-core/Makefile b/graphics/evas-core/Makefile index f641dfda5af4..deb643938913 100644 --- a/graphics/evas-core/Makefile +++ b/graphics/evas-core/Makefile @@ -20,7 +20,6 @@ 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 |