diff options
author | taca <taca> | 2008-06-19 14:52:11 +0000 |
---|---|---|
committer | taca <taca> | 2008-06-19 14:52:11 +0000 |
commit | 6a5b30426d686a79adf7ee6dd2594cc2b6accab2 (patch) | |
tree | 4b28005d08beb6b5ad37c6b183213ac936064a00 /multimedia/ruby-ming/patches | |
parent | 1be33230f272582cf56dd87fc0d86a9cecf68ff0 (diff) | |
download | pkgsrc-6a5b30426d686a79adf7ee6dd2594cc2b6accab2.tar.gz |
- Switch to use vendor_dir with Ruby 1.8.7.
Bump PKGREVISION.
Diffstat (limited to 'multimedia/ruby-ming/patches')
-rw-r--r-- | multimedia/ruby-ming/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/multimedia/ruby-ming/patches/patch-ab b/multimedia/ruby-ming/patches/patch-ab new file mode 100644 index 00000000000..584bf0ede31 --- /dev/null +++ b/multimedia/ruby-ming/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2008/06/19 14:52:45 taca Exp $ + +--- setup.rb.orig 2004-10-30 14:17:39.000000000 +0000 ++++ setup.rb +@@ -1109,7 +1109,7 @@ class Installer + + def extconf + opt = @options['config-opt'].join(' ') +- command "#{config('rubyprog')} #{curr_srcdir()}/extconf.rb #{opt}" ++ command "#{config('rubyprog')} #{curr_srcdir()}/extconf.rb #{opt} --vendor" + end + + def config_dir_data(rel) |