1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-31 10:46:16 +00:00

- Broken on 4.X: does not compile

Reported by:	krismail
This commit is contained in:
Pav Lucistnik 2006-04-26 08:04:54 +00:00
parent 7f590c43c2
commit e7bf1e5ca5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=160498

View File

@ -21,6 +21,12 @@ USE_GNOME= gtk20
PLIST_FILES= libexec/gkrellm2/plugins/gkrellmbgchg.so
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile
.endif
post-patch:
@${REINPLACE_CMD} -e 's|-O3||g' ${WRKSRC}/Makefile
@ -29,4 +35,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/gkrellmbgchg.so \
${PREFIX}/libexec/gkrellm2/plugins
.include <bsd.port.mk>
.include <bsd.port.post.mk>