aboutsummaryrefslogtreecommitdiff
path: root/devel/ruby-locale/files
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-08-15 14:34:53 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-08-15 14:34:53 +0000
commit65a552955f4584a3f01a6256eaa73c0e8254f143 (patch)
tree4de01a45affa3b8b769962a858d46ed616e66252 /devel/ruby-locale/files
parentb5b6832be1a644910f90ba54077f9f9d7fda15bf (diff)
downloadports-65a552955f4584a3f01a6256eaa73c0e8254f143.tar.gz
ports-65a552955f4584a3f01a6256eaa73c0e8254f143.zip
Notes
Diffstat (limited to 'devel/ruby-locale/files')
-rw-r--r--devel/ruby-locale/files/patch-aa8
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'