summaryrefslogtreecommitdiff
path: root/devel/ruby-intl/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--devel/ruby-intl/files/patch-extconf.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/devel/ruby-intl/files/patch-extconf.rb b/devel/ruby-intl/files/patch-extconf.rb
deleted file mode 100644
index dede2e383696..000000000000
--- a/devel/ruby-intl/files/patch-extconf.rb
+++ /dev/null
@@ -1,10 +0,0 @@
---- extconf.rb.orig Wed Aug 25 00:32:00 1999
-+++ extconf.rb Tue Aug 9 17:20:04 2005
-@@ -4,6 +4,6 @@
- $CFLAGS = "-I/usr/local/include";
- have_library( "xpg4", "setlocale" );
- have_header( "locale.h" );
--if ( have_header( "libintl.h" ) and (have_library( "intl", "gettext" ) or have_func( "gettext" )) )
-+if ( have_header( "libintl.h" ) and (have_library( "intl", "gettext" , "libintl.h" ) or have_func( "gettext" )) )
- create_makefile( "intl" );
- end