Skip to content

Commit

Permalink
libLLVM: Bump GCC_REQD
Browse files Browse the repository at this point in the history
  • Loading branch information
alarixnia committed Mar 20, 2020
1 parent ed4c02b commit af7d300
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lang/libLLVM/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.35 2020/03/06 22:44:18 tnn Exp $
# $NetBSD: Makefile,v 1.36 2020/03/20 17:51:57 nia Exp $

DISTNAME= llvm-9.0.1.src
PKGNAME= ${DISTNAME:S/llvm/libLLVM/:S/.src//}
Expand All @@ -13,7 +13,7 @@ LICENSE= modified-bsd

USE_LANGUAGES= c c++11
USE_CMAKE= yes
GCC_REQD+= 4.8
GCC_REQD+= 5
PYTHON_FOR_BUILD_ONLY= yes

CONFIGURE_DIRS= ${WRKDIR}/build
Expand Down

0 comments on commit af7d300

Please sign in to comment.