- Mark IGNORE on 4.x, it builds but does not run properly.

PR:		ports/74759
Submitted by:	Robin Schoonover <end@endif.cjb.net> (maintainer)
This commit is contained in:
Pav Lucistnik 2004-12-12 13:32:20 +00:00
parent a99ea7e1dd
commit fe1e16a607
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=123810

View File

@ -29,8 +29,14 @@ USE_LIBTOOL_VER=15
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --datadir=${PREFIX}/share/${PORTNAME}
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500043
IGNORE= requires pthread stubs not provided by libXThr
.endif
pre-patch:
${REINPLACE_CMD} -e 's_share/_share/xfce4-xmms-controller-plugin/_' ${WRKSRC}/panel-plugin/xfcexmms.c
${REINPLACE_CMD} -e 's_/usr/local_${PREFIX}_' ${WRKSRC}/config.h.in
.include <bsd.port.mk>
.include <bsd.port.post.mk>