diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-05 14:44:46 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-05 14:44:46 +0800 |
commit | 47c088c7844f7e660573e05fff478a649111d7a9 (patch) | |
tree | eeb96f127890d338d584a1522571e02a8b14e413 | |
parent | d4f1bce0297d48c13de2f47a8c64e23c0181131f (diff) | |
download | freebsd-ports-gnome-47c088c7844f7e660573e05fff478a649111d7a9.tar.gz freebsd-ports-gnome-47c088c7844f7e660573e05fff478a649111d7a9.tar.zst freebsd-ports-gnome-47c088c7844f7e660573e05fff478a649111d7a9.zip |
Remove USE_GCC=any, it builds properly with recent clang
-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 |