mirror of
https://git.freebsd.org/ports.git
synced 2025-06-04 20:36:30 -04:00
Cannot rely on our outdated in-base Gcc.
This commit is contained in:
parent
4719435d05
commit
35056b5bed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382953
1 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ PRFX2FIX= src/makefile.bsd usrshare/conf_user/xinitrc.mined \
|
|||
src/minedaux.c man/mined.1 src/mkinclud.mak \
|
||||
src/makefile.gcc
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == "FreeBSD" && ${OSVERSION} < 1000000
|
||||
USE_GCC= yes
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
.for FILE in ${PRFX2FIX}
|
||||
${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/${FILE}
|
||||
|
@ -49,4 +55,4 @@ post-install:
|
|||
@${RM} -rf ${STAGEDIR}${DOCSDIR}/CHANGES ${STAGEDIR}${DOCSDIR}/LICENCE.GPL
|
||||
@${RM} -rf ${STAGEDIR}${DATADIR}/doc_user ${STAGEDIR}${DATADIR}/package_doc
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue