diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-23 22:54:31 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2008-07-23 22:54:31 +0000 |
commit | f75cbb7319f5cbc6b43e398671346b6ef7133249 (patch) | |
tree | fe70a4b80b0a2e033a1f298d2bd69129a8ef672d /games/stepmania-devel | |
parent | 624890b9b7ff07679d9d33d215b2778e0bc6e064 (diff) |
Notes
Diffstat (limited to 'games/stepmania-devel')
-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 |