1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

BROKEN on 5.x: Does not compile

This commit is contained in:
Kris Kennaway 2005-04-30 01:09:31 +00:00
parent b44a0503c6
commit 3234f64a78
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134380

View File

@ -31,6 +31,12 @@ PORTDOCS= Changelog README Themes
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmss.so \
share/locale/ru/LC_MESSAGES/gkrellm-gkrellmss.mo
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 503000
BROKEN= "Does not compile on FreeBSD >= 5.x"
.endif
post-patch:
@${REINPLACE_CMD} -e 's|= -O2|=|g ; \
s|= gcc|+=|g' ${WRKSRC}/src/Makefile
@ -48,4 +54,4 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>