diff options
author | knu <knu@FreeBSD.org> | 2002-02-11 02:26:08 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2002-02-11 02:26:08 +0800 |
commit | 1ac91f495af37c10c18d07713185a3f8c195415b (patch) | |
tree | b509e9285b8416e132a0406522f21915025fe18d | |
parent | 4b0ea920c8a020d08c2d9ad0c47a2d06a8b55aec (diff) | |
download | freebsd-ports-graphics-1ac91f495af37c10c18d07713185a3f8c195415b.tar.gz freebsd-ports-graphics-1ac91f495af37c10c18d07713185a3f8c195415b.tar.zst freebsd-ports-graphics-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.
-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 0a6e6725b62..2fe04ca8e33 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 |