diff options
author | knu <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-07 06:09:19 +0000 |
commit | 21e0aafdec2b797115e389ed834185e0d8487df0 (patch) | |
tree | f036d217a2f4d96f94856b2f2301d44e2634ad62 /lang/ruby-python/files | |
parent | 864d97a9d80edf3860202b9b6ced170de074a024 (diff) | |
download | FreeBSD-ports-21e0aafdec2b797115e389ed834185e0d8487df0.zip FreeBSD-ports-21e0aafdec2b797115e389ed834185e0d8487df0.tar.gz |
Add Ruby related ports.
devel/ruby-property:
Simple properties scheme for Ruby
lang/ruby-python:
Ruby extension library for embedding Python in Ruby
math/ruby-bigfloat:
Variable precision floating library for Ruby
Whipped on by: ade :>
Diffstat (limited to 'lang/ruby-python/files')
-rw-r--r-- | lang/ruby-python/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/ruby-python/files/patch-aa b/lang/ruby-python/files/patch-aa new file mode 100644 index 0000000..f1d7e93 --- /dev/null +++ b/lang/ruby-python/files/patch-aa @@ -0,0 +1,11 @@ +--- extconf.rb.orig Sun Nov 7 15:38:30 1999 ++++ extconf.rb Mon Aug 7 12:34:46 2000 +@@ -29,7 +30,7 @@ + exit(1) unless File.exists? py_makefile + + $CFLAGS = "-I#{py_includedir}" +-$LDFLAGS = "-L#{py_configdir}" ++$LDFLAGS = "-L#{py_configdir} -pthread" + + # If python is linked with extra libraries (e.g. -lpthread on Linux, + # -lsocket on Solaris, etc.), have_library test will fail and built |