1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

- Mark BROKEN on 7.x, probably objformat fallout

This commit is contained in:
Pav Lucistnik 2007-07-02 17:10:45 +00:00
parent 7a839ffa81
commit ba65e36956
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194681

View File

@ -30,6 +30,12 @@ PLIST_SUB+= PORTVERSION=${DISTVERSION}
SUB_FILES= pkg-install pkg-message
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 700000
BROKEN= does not install
.endif
post-patch:
@${REINPLACE_CMD} -i '' \
-e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|' \
@ -63,4 +69,4 @@ do-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>
.include <bsd.port.post.mk>