diff options
author | pav <pav@FreeBSD.org> | 2008-07-24 06:54:31 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-07-24 06:54:31 +0800 |
commit | 6139c108761d42e048252c634dbfafcb999f5e9e (patch) | |
tree | 2c25780dbbff02f5acba9d5389b142d147744bbf | |
parent | 6d6fa3365909550b437f2decba31c5439c47556c (diff) | |
download | freebsd-ports-gnome-6139c108761d42e048252c634dbfafcb999f5e9e.tar.gz freebsd-ports-gnome-6139c108761d42e048252c634dbfafcb999f5e9e.tar.zst freebsd-ports-gnome-6139c108761d42e048252c634dbfafcb999f5e9e.zip |
- Mark BROKEN on 6.x: does not link (cannot find -lrt)
-rw-r--r-- | games/stepmania-devel/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
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 |