From 7a4e3093b0fad0f4de8428b4a8df8817e387e547 Mon Sep 17 00:00:00 2001 From: stas Date: Sat, 21 Feb 2009 11:00:29 +0000 Subject: - Don't fail if some tests fails. It is needed if some features in ImageMagick are missed (e.g. GS support). Rmagick doesn't check if all features are available when running tests. Reported by: demon@ --- graphics/ruby-rmagick/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'graphics') diff --git a/graphics/ruby-rmagick/Makefile b/graphics/ruby-rmagick/Makefile index 5c3ccdd02d88..01393112777d 100644 --- a/graphics/ruby-rmagick/Makefile +++ b/graphics/ruby-rmagick/Makefile @@ -29,7 +29,8 @@ CONFIGURE_ENV= CFLAGS="${CFLAGS}" \ CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" \ RUBY="${RUBY}" -CONFIGURE_ARGS= --doc-dir="${RUBY_MODDOCDIR}" --prefix="${PREFIX}" +CONFIGURE_ARGS= --doc-dir="${RUBY_MODDOCDIR}" --prefix="${PREFIX}" \ + --allow-example-errors .if defined(NOPORTDOCS) CONFIGURE_ARGS+= --disable-htmldoc .endif -- cgit