diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-10 18:26:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-02-10 18:26:08 +0000 |
commit | 0f25c9c2fe96b583ea69f61ec08cf013811a26fe (patch) | |
tree | f542a881715936ca31cc2714b18c32b21cbd18b5 /graphics/ruby-opengl | |
parent | 39d73600e317eff48e90a5566f4b923c9d6e0098 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=54492
Diffstat (limited to 'graphics/ruby-opengl')
-rw-r--r-- | graphics/ruby-opengl/Makefile | 2 |
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 |