diff options
author | pav <pav@FreeBSD.org> | 2004-12-12 21:32:20 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2004-12-12 21:32:20 +0800 |
commit | f8d220984ba78ef64d24f5a254b9ea576628d245 (patch) | |
tree | 047c71b8978ce0f5c7797976701e10f082d2d1ae | |
parent | a4131207a43ade4f3cbd343e7eda837a5ceb832e (diff) | |
download | freebsd-ports-gnome-f8d220984ba78ef64d24f5a254b9ea576628d245.tar.gz freebsd-ports-gnome-f8d220984ba78ef64d24f5a254b9ea576628d245.tar.zst freebsd-ports-gnome-f8d220984ba78ef64d24f5a254b9ea576628d245.zip |
- Mark IGNORE on 4.x, it builds but does not run properly.
PR: ports/74759
Submitted by: Robin Schoonover <end@endif.cjb.net> (maintainer)
-rw-r--r-- | multimedia/xfce4-xmms-controller-plugin/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/multimedia/xfce4-xmms-controller-plugin/Makefile b/multimedia/xfce4-xmms-controller-plugin/Makefile index f6a04c158177..4e084cea1758 100644 --- a/multimedia/xfce4-xmms-controller-plugin/Makefile +++ b/multimedia/xfce4-xmms-controller-plugin/Makefile @@ -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> |