- Unbreak, fix depobj, fix configure
PR: ports/160800 (partially) Submitted by: Oleksii Tsai <oleksii.tsai@googlemail.com>
This commit is contained in:
parent
7a61ea7a83
commit
901ece18b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=282516
1 changed files with 3 additions and 5 deletions
|
@ -13,8 +13,6 @@ MASTER_SITES= ftp://ftp.SpringDaemons.com/soft/
|
|||
MAINTAINER= stas@FreeBSD.org
|
||||
COMMENT= Grand Central Dispatch API support library
|
||||
|
||||
BROKEN= unsatisfiable dependency object
|
||||
|
||||
USE_AUTOTOOLS= aclocal autoconf
|
||||
ACLOCAL_ARGS= -Im4
|
||||
GNU_CONFIGURE= yes
|
||||
|
@ -87,12 +85,12 @@ IGNORE= is not supported on this OS version
|
|||
|
||||
.if !defined(WITHOUT_CLANG)
|
||||
. if ${OSVERSION} < 900024
|
||||
BUILD_DEPENDS+= clang:${PORTSDIR}/devel/llvm-devel \
|
||||
BUILD_DEPENDS+= clang:${PORTSDIR}/lang/clang-devel \
|
||||
${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt
|
||||
RUN_DEPENDS+= clang:${PORTSDIR}/devel/llvm-devel \
|
||||
RUN_DEPENDS+= clang:${PORTSDIR}/lang/clang-devel \
|
||||
${LOCALBASE}/lib/libBlocksRuntime.so:${PORTSDIR}/devel/compiler-rt
|
||||
CONFIGURE_ARGS+= --with-blocks-runtime=${LOCALBASE}/lib
|
||||
CONFIGURE_ENV+= CC="${LOCALBASE}/clang"
|
||||
CONFIGURE_ENV+= CC="${LOCALBASE}/bin/clang" CPPFLAGS="-I${LOCALBASE}/include"
|
||||
. else
|
||||
CONFIGURE_ARGS+= --with-blocks-runtime=/usr/lib
|
||||
CONFIGURE_ENV+= CC="/usr/bin/clang"
|
||||
|
|
Loading…
Reference in a new issue