Bump LLVM version.
from Brad
This commit is contained in:
parent
34055b270c
commit
4de213b41d
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.5 2017/02/10 09:39:21 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.6 2017/03/14 17:30:30 ajacoutot Exp $
|
||||
|
||||
COMMENT= tool to analyse \#includes in C and C++ source files
|
||||
CATEGORIES= devel
|
||||
DISTNAME= include-what-you-use-0.7.src
|
||||
PKGNAME= include-what-you-use-0.7
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
HOMEPAGE= http://include-what-you-use.org
|
||||
MASTER_SITES= ${HOMEPAGE}/downloads/
|
||||
@ -16,7 +16,7 @@ MAINTAINER= Jonathan Gray <jsg@openbsd.org>
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c curses form m pthread z
|
||||
BUILD_DEPENDS= devel/llvm>=4.0.0rc2
|
||||
BUILD_DEPENDS= devel/llvm>=4.0.0
|
||||
|
||||
MODULES= devel/cmake gcc4 lang/python
|
||||
MODGCC4_LANGS = c++
|
||||
|
@ -1,6 +1,6 @@
|
||||
# $OpenBSD: clang.port.mk,v 1.20 2017/02/10 09:38:12 ajacoutot Exp $
|
||||
# $OpenBSD: clang.port.mk,v 1.21 2017/03/14 17:30:30 ajacoutot Exp $
|
||||
|
||||
MODCLANG_VERSION= 4.0.0rc2
|
||||
MODCLANG_VERSION= 4.0.0
|
||||
|
||||
MODCLANG_ARCHS ?=
|
||||
MODCLANG_LANGS ?=
|
||||
|
Loading…
Reference in New Issue
Block a user