diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2004-11-15 05:19:30 +0000 |
commit | a787f0b0758f9b6d92f3c10d2621440a61b1977e (patch) | |
tree | 74196deef164c8bc31ec614fc52cd43fcb949f20 /devel/ruby-locale | |
parent | 88479b1d0703b73d3f20015a53e8a442505bfddd (diff) | |
download | ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.tar.gz ports-a787f0b0758f9b6d92f3c10d2621440a61b1977e.zip |
Notes
Diffstat (limited to 'devel/ruby-locale')
-rw-r--r-- | devel/ruby-locale/files/patch-aa | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/ruby-locale/files/patch-aa b/devel/ruby-locale/files/patch-aa deleted file mode 100644 index 5789b00980e5..000000000000 --- a/devel/ruby-locale/files/patch-aa +++ /dev/null @@ -1,8 +0,0 @@ ---- 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' |