aboutsummaryrefslogtreecommitdiffstats
path: root/main/ruby/ruby-1.9.3-always-use-i386.patch
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-10-14 13:16:08 +0000
committerTimo Teräs <timo.teras@iki.fi>2013-10-14 13:16:08 +0000
commit744a0be9c7ec513960140df0929218ffbc06140d (patch)
treef61c0077d13f9a2c92350f88d64df789336ed09e /main/ruby/ruby-1.9.3-always-use-i386.patch
parent9376341777888a3341e0e494143341f327cc1992 (diff)
downloadaports-744a0be9c7ec513960140df0929218ffbc06140d.tar.bz2
aports-744a0be9c7ec513960140df0929218ffbc06140d.tar.xz
main/ruby: remove "always use 386 patch"
Now that we use --build and --host we don't need, and in fact it breaks the CHOST based package splitting. In case the name change from i386 to i486 breaks something, we need to redo this mangle, but in the APKBUILD so that splitting and --build are in sync.
Diffstat (limited to 'main/ruby/ruby-1.9.3-always-use-i386.patch')
-rw-r--r--main/ruby/ruby-1.9.3-always-use-i386.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/ruby/ruby-1.9.3-always-use-i386.patch b/main/ruby/ruby-1.9.3-always-use-i386.patch
deleted file mode 100644
index f5a8c3de38..0000000000
--- a/main/ruby/ruby-1.9.3-always-use-i386.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.in.orig 2011-10-18 08:56:21.587594685 +0200
-+++ b/configure.in 2011-10-18 08:56:59.751593321 +0200
-@@ -2935,6 +2935,8 @@
- configure_args=$ac_configure_args
- AC_SUBST(configure_args)dnl
-
-+target_cpu=`echo $target_cpu | sed s/i.86/i386/`
-+
- if test "${universal_binary-no}" = yes ; then
- arch="universal-${target_os}"
- AC_CACHE_CHECK(whether __ARCHITECTURE__ is available, rb_cv_architecture_available,