From 8c40fa310574bc8070e7e6347553cd2ebd922a13 Mon Sep 17 00:00:00 2001 From: Steve Wills Date: Sun, 10 Apr 2011 17:50:09 +0000 Subject: [PATCH] - Mark broken with Ruby 1.9 --- audio/ruby-shout/Makefile | 4 ++++ audio/ruby-vorbisfile/Makefile | 6 +++++- audio/ruby-xmms/Makefile | 6 +++++- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/audio/ruby-shout/Makefile b/audio/ruby-shout/Makefile index df43d1e22a24..8405328bf367 100644 --- a/audio/ruby-shout/Makefile +++ b/audio/ruby-shout/Makefile @@ -32,6 +32,10 @@ DOCS= README doc BROKEN= does not build .endif +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif + post-install: .if !defined(NOPORTDOCS) ${MKDIR} ${RUBY_MODEXAMPLESDIR} diff --git a/audio/ruby-vorbisfile/Makefile b/audio/ruby-vorbisfile/Makefile index e59d97c13480..5b3654371852 100644 --- a/audio/ruby-vorbisfile/Makefile +++ b/audio/ruby-vorbisfile/Makefile @@ -36,4 +36,8 @@ post-install: .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include diff --git a/audio/ruby-xmms/Makefile b/audio/ruby-xmms/Makefile index 3674c409d3f2..927c1d77c29e 100644 --- a/audio/ruby-xmms/Makefile +++ b/audio/ruby-xmms/Makefile @@ -38,4 +38,8 @@ post-install: .endfor .endif -.include +.include +.if ${RUBY_VER} == 1.9 +BROKEN= does not compile with ruby 1.9 +.endif +.include