diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-24 02:41:40 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2005-02-24 02:41:40 +0000 |
commit | b6f7926a7143fa1f48556c99f7b082d8c2d9e9d4 (patch) | |
tree | ef455067a03226f446bb39f28bc702b37e5c8d44 /lang | |
parent | - update to 0.09 (diff) |
Hack commit to allow ruby18 to build on sparc64. This changes to threading,
so a real fix should be found ASAP.
Submitted by: gad
Notes
Notes:
svn path=/head/; revision=129635
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby18/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/ruby18/Makefile b/lang/ruby18/Makefile index 5f82a9ac67df..bf8e79600436 100644 --- a/lang/ruby18/Makefile +++ b/lang/ruby18/Makefile @@ -58,7 +58,7 @@ MAN1= ${RUBY_NAME}.1 LATEST_LINK= ruby-devel .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502102 +.if ${OSVERSION} >= 502102 && ${ARCH} != "sparc64" RUBY_ENABLE_PTHREAD?= public demand .endif |