- Unbreak build, build broken for 11 months+
PR: ports/159001 Submitted by: Marcin Cieslak <saper@saper.info> Reviewed by: scheidell@ (me) Approved by: dancing elves (maintainer)
This commit is contained in:
parent
27aa0428c2
commit
5e987582de
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=298832
1 changed files with 6 additions and 1 deletions
|
@ -34,6 +34,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \
|
|||
.if defined(PACKAGE_BUILDING)
|
||||
BUILD_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/${OURTARGET}-binutils
|
||||
RUN_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/${OURTARGET}-binutils
|
||||
BROKEN= plist build broken with tinderbox/cluster
|
||||
.else
|
||||
BUILD_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
|
||||
RUN_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
|
||||
|
@ -145,7 +146,7 @@ FIXREFS= ${SH} -c '${REINPLACE_CMD} -E \
|
|||
.if !defined(TGTARCH) || !defined(TGTABI)
|
||||
PKGNAMEPREFIX= cross-
|
||||
OURTARGET= cross # to generate a correct index line
|
||||
IGNORE= you should select ARCH and ABI to build port
|
||||
IGNORE= you should select TGTARCH and TGTABI to build port
|
||||
.endif
|
||||
|
||||
OPTIONS= CXX "Enable C++ language support" on \
|
||||
|
@ -212,6 +213,10 @@ post-patch:
|
|||
${WRKSRC}/gcc/doc/${OURTARGET}-${FILE}.texi
|
||||
.endfor
|
||||
|
||||
# pr ports/159001
|
||||
@${MKDIR} ${WRKSRC}/include/sys
|
||||
@${INSTALL_DATA} /usr/include/sys/sysctl.h ${WRKSRC}/include/sys
|
||||
|
||||
#
|
||||
# Do not install manpages
|
||||
#
|
||||
|
|
Loading…
Reference in a new issue