aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2008-07-24 06:54:31 +0800
committerpav <pav@FreeBSD.org>2008-07-24 06:54:31 +0800
commit6139c108761d42e048252c634dbfafcb999f5e9e (patch)
tree2c25780dbbff02f5acba9d5389b142d147744bbf
parent6d6fa3365909550b437f2decba31c5439c47556c (diff)
downloadfreebsd-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/Makefile4
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