mirror of
https://git.freebsd.org/ports.git
synced 2025-05-22 03:45:17 -04:00
Revert r446286. ar(1) on head should be fixed with r321674.
This commit is contained in:
parent
abfae3a7fb
commit
0ffbf8b12b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=447077
1 changed files with 0 additions and 8 deletions
|
@ -107,10 +107,6 @@ USE_RC_SUBR= vboxheadless vboxwatchdog
|
|||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${OPSYS}${OSREL:R} == FreeBSD12
|
||||
BUILD_DEPENDS+= ${LOCALBASE}/bin/ar:devel/binutils
|
||||
.endif
|
||||
|
||||
.if ${SLAVE_PORT} == no
|
||||
CONFLICTS_INSTALL+= virtualbox-ose-nox11-[0-9]*
|
||||
OPTIONS_DEFAULT+= PYTHON
|
||||
|
@ -319,10 +315,6 @@ post-patch:
|
|||
@${SED} -e 's|GXX3|VBoxGccFreeBSD|g' \
|
||||
${LOCALBASE}/share/kBuild/tools/GXX3.kmk > \
|
||||
${WRKSRC}/tools/kBuildTools/VBoxGccFreeBSD.kmk
|
||||
.endif
|
||||
.if ${OPSYS}${OSREL:R} == FreeBSD12
|
||||
@${ECHO} 'TOOL_GXX3_AR = ${LOCALBASE}/bin/ar' >> \
|
||||
${WRKSRC}/LocalConfig.kmk
|
||||
.endif
|
||||
@${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
|
||||
${WRKSRC}/Config.kmk ${WRKSRC}/configure \
|
||||
|
|
Loading…
Add table
Reference in a new issue