diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-15 14:34:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-15 14:34:53 +0000 |
commit | 65a552955f4584a3f01a6256eaa73c0e8254f143 (patch) | |
tree | 4de01a45affa3b8b769962a858d46ed616e66252 /devel/ruby-locale/files/patch-aa | |
parent | Oops, modules should go under lib/ruby/site_ruby/${RUBY_VER}/, not (diff) |
Add ruby-locale, a simple Ruby module that provides setlocale(3).
Notes
Notes:
svn path=/head/; revision=31665
Diffstat (limited to 'devel/ruby-locale/files/patch-aa')
-rw-r--r-- | devel/ruby-locale/files/patch-aa | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devel/ruby-locale/files/patch-aa b/devel/ruby-locale/files/patch-aa new file mode 100644 index 000000000000..5789b00980e5 --- /dev/null +++ b/devel/ruby-locale/files/patch-aa @@ -0,0 +1,8 @@ +--- extconf.rb.orig Fri Apr 14 13:20:58 2000 ++++ extconf.rb Tue Aug 15 21:16:38 2000 +@@ -1,4 +1,5 @@ + require 'mkmf' + + have_header 'locale.h' ++have_library 'xpg4', 'setlocale' + create_makefile 'locale' |