From 0f25c9c2fe96b583ea69f61ec08cf013811a26fe Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 10 Feb 2002 18:26:08 +0000 Subject: [PATCH] Now that Mesa requires pthread both on XFree86 3.3.x and on 4.x, define RUBY_WITH_PTHREAD to make this module get linked with libc_r and libruby_r. --- graphics/ruby-opengl/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/graphics/ruby-opengl/Makefile b/graphics/ruby-opengl/Makefile index 0a6e6725b62b..2fe04ca8e336 100644 --- a/graphics/ruby-opengl/Makefile +++ b/graphics/ruby-opengl/Makefile @@ -21,6 +21,8 @@ USE_RUBY_EXTCONF= yes USE_MESA= yes +RUBY_WITH_PTHREAD= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-ruby-dir="${LOCALBASE}" --with-x11-dir="${X11BASE}" INSTALL_TARGET= site-install