diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-09 14:57:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-09 14:57:03 +0800 |
commit | b599a638fe60d764b8553b36d54447ced5df0892 (patch) | |
tree | 1fb8ab98323a9f732231528cd8cc3b6391233840 | |
parent | ba9e018683b67330d945e20940c0744d679f7298 (diff) | |
download | freebsd-ports-gnome-b599a638fe60d764b8553b36d54447ced5df0892.tar.gz freebsd-ports-gnome-b599a638fe60d764b8553b36d54447ced5df0892.tar.zst freebsd-ports-gnome-b599a638fe60d764b8553b36d54447ced5df0892.zip |
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 d533e543e05d..51777ef24e19 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 |