mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- 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)
|
.if defined(PACKAGE_BUILDING)
|
||||||
BUILD_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/${OURTARGET}-binutils
|
BUILD_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/${OURTARGET}-binutils
|
||||||
RUN_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/${OURTARGET}-binutils
|
RUN_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/${OURTARGET}-binutils
|
||||||
|
BROKEN= plist build broken with tinderbox/cluster
|
||||||
.else
|
.else
|
||||||
BUILD_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
|
BUILD_DEPENDS= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils
|
||||||
RUN_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)
|
.if !defined(TGTARCH) || !defined(TGTABI)
|
||||||
PKGNAMEPREFIX= cross-
|
PKGNAMEPREFIX= cross-
|
||||||
OURTARGET= cross # to generate a correct index line
|
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
|
.endif
|
||||||
|
|
||||||
OPTIONS= CXX "Enable C++ language support" on \
|
OPTIONS= CXX "Enable C++ language support" on \
|
||||||
|
@ -212,6 +213,10 @@ post-patch:
|
||||||
${WRKSRC}/gcc/doc/${OURTARGET}-${FILE}.texi
|
${WRKSRC}/gcc/doc/${OURTARGET}-${FILE}.texi
|
||||||
.endfor
|
.endfor
|
||||||
|
|
||||||
|
# pr ports/159001
|
||||||
|
@${MKDIR} ${WRKSRC}/include/sys
|
||||||
|
@${INSTALL_DATA} /usr/include/sys/sysctl.h ${WRKSRC}/include/sys
|
||||||
|
|
||||||
#
|
#
|
||||||
# Do not install manpages
|
# Do not install manpages
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue