From f75cbb7319f5cbc6b43e398671346b6ef7133249 Mon Sep 17 00:00:00 2001 From: Pav Lucistnik Date: Wed, 23 Jul 2008 22:54:31 +0000 Subject: - Mark BROKEN on 6.x: does not link (cannot find -lrt) --- games/stepmania-devel/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/stepmania-devel') diff --git a/games/stepmania-devel/Makefile b/games/stepmania-devel/Makefile index 812d7adf6c12..503d272545af 100644 --- a/games/stepmania-devel/Makefile +++ b/games/stepmania-devel/Makefile @@ -54,6 +54,10 @@ LIB_DEPENDS+= theora.0:${PORTSDIR}/multimedia/libtheora CONFIGURE_ARGS+=--without-theora .endif +.if ${OSVERSION} < 700000 +BROKEN= does not link +.endif + post-patch: @${REINPLACE_CMD} -e 's|-lrt|-lrt -liconv|' ${WRKSRC}/src/Makefile.in @${REINPLACE_CMD} -e 's|@LINUX_TRUE@am__append_19|@UNIX_TRUE@am__append_19|' ${WRKSRC}/src/Makefile.in -- cgit v1.2.3