1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

BROKEN on 5.x: Does not compile

Approved by:	portmgr (self)
This commit is contained in:
Kris Kennaway 2004-09-19 00:57:38 +00:00
parent a19907016f
commit 103cca7b75
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=118266

View File

@ -41,9 +41,15 @@ CONFIGURE_ARGS= --prefix=${PREFIX} --target=m6811-elf \
MAN1= m6811-elf-g++.1 m6811-elf-g77.1 m6811-elf-gcc.1 cccp.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 502126
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${MV} ${WRKSRC}/Makefile.in ${WRKSRC}/Makefile.in.sed
${SED} -e "s/TARGET_CONFIGDIRS = libiberty/TARGET_CONFIGDIRS =/" \
${WRKSRC}/Makefile.in.sed > ${WRKSRC}/Makefile.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>