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:
parent
7a839ffa81
commit
ba65e36956
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=194681
@ -30,6 +30,12 @@ PLIST_SUB+= PORTVERSION=${DISTVERSION}
|
|||||||
|
|
||||||
SUB_FILES= pkg-install pkg-message
|
SUB_FILES= pkg-install pkg-message
|
||||||
|
|
||||||
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${OSVERSION} > 700000
|
||||||
|
BROKEN= does not install
|
||||||
|
.endif
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -i '' \
|
@${REINPLACE_CMD} -i '' \
|
||||||
-e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|' \
|
-e 's|^.*c_compiler_options:.*$$|c_compiler_options: ${CFLAGS}|' \
|
||||||
@ -63,4 +69,4 @@ do-install:
|
|||||||
|
|
||||||
@${CAT} ${PKGMESSAGE}
|
@${CAT} ${PKGMESSAGE}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.post.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user