- Mark BROKEN on 6.X: does not compile
Reported by: pointyhat
This commit is contained in:
parent
251b2d478c
commit
0248d9905e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=255008
1 changed files with 7 additions and 1 deletions
|
@ -26,6 +26,12 @@ PORTDOCS= AUTHORS NEWS README TODO
|
|||
PLIST_FILES= bin/devilspie \
|
||||
share/locale/de/LC_MESSAGES/devilspie.mo
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
BROKEN= does not compile on 6.X
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|-D.*_DISABLE_DEPRECATED||' \
|
||||
${WRKSRC}/src/Makefile.in
|
||||
|
@ -36,4 +42,4 @@ post-install:
|
|||
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue