aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-02-21 19:00:29 +0800
committerstas <stas@FreeBSD.org>2009-02-21 19:00:29 +0800
commit7a4e3093b0fad0f4de8428b4a8df8817e387e547 (patch)
treea0892f84271bdbda0b81b0c5ae97f9162d5b1575 /graphics
parent314d14008da96d6f4a146c6c489fe3879eb87302 (diff)
downloadfreebsd-ports-gnome-7a4e3093b0fad0f4de8428b4a8df8817e387e547.tar.gz
freebsd-ports-gnome-7a4e3093b0fad0f4de8428b4a8df8817e387e547.tar.zst
freebsd-ports-gnome-7a4e3093b0fad0f4de8428b4a8df8817e387e547.zip
- 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@
Diffstat (limited to 'graphics')
-rw-r--r--graphics/ruby-rmagick/Makefile3
1 files changed, 2 insertions, 1 deletions
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