mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Really unset STRIP to fix install.
Approved by: portmgr (marcus)
This commit is contained in:
parent
7b70ba26ba
commit
a19b34dbaf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=131879
1 changed files with 2 additions and 8 deletions
|
@ -34,12 +34,6 @@ PORTDOCS= Asmutils-HOWTO.html acknowledgements.html endorsements.html \
|
||||||
history.html index.html s-contrib.html s-debug.html \
|
history.html index.html s-contrib.html s-debug.html \
|
||||||
s-include.html s-layout.html s-optimize.html
|
s-include.html s-layout.html s-optimize.html
|
||||||
|
|
||||||
.include <bsd.port.pre.mk>
|
|
||||||
|
|
||||||
.if ${OSVERSION} >= 503000
|
|
||||||
BROKEN= "Install fails on FreeBSD >= 5.x"
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG
|
@${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG
|
||||||
@${REINPLACE_CMD} -e 's,m386,march=i386,' ${WRKSRC}/lib/Makefile
|
@${REINPLACE_CMD} -e 's,m386,march=i386,' ${WRKSRC}/lib/Makefile
|
||||||
|
@ -47,7 +41,7 @@ post-patch:
|
||||||
${WRKSRC}/lib/Makefile ${WRKSRC}/src/Makefile
|
${WRKSRC}/lib/Makefile ${WRKSRC}/src/Makefile
|
||||||
|
|
||||||
# Stripping binaries will break install
|
# Stripping binaries will break install
|
||||||
.undef STRIP
|
STRIP= #
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
${MKDIR} ${PREFIX}/bin/asmutils
|
${MKDIR} ${PREFIX}/bin/asmutils
|
||||||
|
@ -73,4 +67,4 @@ do-install:
|
||||||
.endfor
|
.endfor
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
.include <bsd.port.post.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue