aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/ruby-opengl
diff options
context:
space:
mode:
authorknu <knu@FreeBSD.org>2002-02-11 02:26:08 +0800
committerknu <knu@FreeBSD.org>2002-02-11 02:26:08 +0800
commit1ac91f495af37c10c18d07713185a3f8c195415b (patch)
treeb509e9285b8416e132a0406522f21915025fe18d /graphics/ruby-opengl
parent4b0ea920c8a020d08c2d9ad0c47a2d06a8b55aec (diff)
downloadfreebsd-ports-gnome-1ac91f495af37c10c18d07713185a3f8c195415b.tar.gz
freebsd-ports-gnome-1ac91f495af37c10c18d07713185a3f8c195415b.tar.zst
freebsd-ports-gnome-1ac91f495af37c10c18d07713185a3f8c195415b.zip
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.
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r--graphics/ruby-opengl/Makefile2
1 files changed, 2 insertions, 0 deletions
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