diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-09 06:57:03 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-09 06:57:03 +0000 |
commit | b599a638fe60d764b8553b36d54447ced5df0892 (patch) | |
tree | 1fb8ab98323a9f732231528cd8cc3b6391233840 | |
parent | ba9e018683b67330d945e20940c0744d679f7298 (diff) | |
download | FreeBSD-ports-b599a638fe60d764b8553b36d54447ced5df0892.zip FreeBSD-ports-b599a638fe60d764b8553b36d54447ced5df0892.tar.gz |
Remove useless use of USE_GCC
-rw-r--r-- | devel/compiler-rt/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/devel/compiler-rt/Makefile b/devel/compiler-rt/Makefile index d533e54..51777ef 100644 --- a/devel/compiler-rt/Makefile +++ b/devel/compiler-rt/Makefile @@ -19,7 +19,6 @@ INSTALL_WRKSRC= ${WRKDIR}/build CMAKE_SOURCE_PATH= ${WRKSRC} USES= cmake -USE_GCC= 4.2+ USE_BZIP2= yes USE_LDCONFIG= yes MAKE_ARGS= VERBOSE=1 |