devel/android-tools-simpleperf: switch to llvm60
This commit is contained in:
parent
232d6a65be
commit
c9a61cbc47
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468503
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
PORTNAME= android-tools-simpleperf
|
||||
DISTVERSIONPREFIX= android-
|
||||
DISTVERSION= 7.1.2_r17
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= devel
|
||||
|
||||
MAINTAINER= jbeich@FreeBSD.org
|
||||
|
@ -30,7 +30,7 @@ TEST_TARGET= test
|
|||
LDFLAGS+= -Wl,--as-needed # avoid overlinking (llvm deps)
|
||||
PLIST_FILES= bin/simpleperf
|
||||
|
||||
LLVM_VER?= 50 # XXX Move to DEFAULT_VERSIONS
|
||||
LLVM_VER?= 60 # XXX Move to DEFAULT_VERSIONS
|
||||
|
||||
OPTIONS_DEFINE= TEST
|
||||
|
||||
|
|
Loading…
Reference in a new issue