summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Kahle <tomka@gentoo.org>2011-05-14 09:27:18 +0000
committerThomas Kahle <tomka@gentoo.org>2011-05-14 09:27:18 +0000
commit184563b9615bea3d8a6df9199c100ef6ab4ec937 (patch)
tree13da9d8ee94487f89059642163d99d718a768dde /sci-libs/mpir/files
parentBlock www-client/chromium wrt #366695 by Jouni Rinne. (diff)
downloadgentoo-2-184563b9615bea3d8a6df9199c100ef6ab4ec937.tar.gz
gentoo-2-184563b9615bea3d8a6df9199c100ef6ab4ec937.tar.bz2
gentoo-2-184563b9615bea3d8a6df9199c100ef6ab4ec937.zip
bump to 2.3.1, remove old
(Portage version: 2.1.9.49/cvs/Linux i686)
Diffstat (limited to 'sci-libs/mpir/files')
-rw-r--r--sci-libs/mpir/files/mpir-2.0.0-yasm.patch51
1 files changed, 0 insertions, 51 deletions
diff --git a/sci-libs/mpir/files/mpir-2.0.0-yasm.patch b/sci-libs/mpir/files/mpir-2.0.0-yasm.patch
deleted file mode 100644
index 156851bae97e..000000000000
--- a/sci-libs/mpir/files/mpir-2.0.0-yasm.patch
+++ /dev/null
@@ -1,51 +0,0 @@
---- configure.in.orig 2010-05-20 22:50:45.883576257 +1200
-+++ configure.in 2010-05-20 22:51:52.405575089 +1200
-@@ -1596,8 +1596,6 @@
- ;;
- esac
-
--AM_CONDITIONAL(BUILD_YASM, test "$want_yasm" = "yes")
--
- CFLAGS_or_unset=${CFLAGS-'(unset)'}
- CPPFLAGS_or_unset=${CPPFLAGS-'(unset)'}
-
-@@ -1995,7 +1993,7 @@
- GMP_CHECK_LIBM_FOR_BUILD
-
-
--MPIR_AS="/yasm/yasm"
-+MPIR_AS="yasm"
-
- # How to assemble, used with CFLAGS etc, see mpn/Makeasm.am.
- # Using the compiler is a lot easier than figuring out how to invoke the
-@@ -3373,9 +3371,6 @@
- # FIXME: Upcoming version of autoconf/automake don't like broken lines.
- # Right now automake isn't accepting the new AC_CONFIG_FILES scheme.
-
--# allways configure all subdirectorys , even if there are not going to be built ,
--AC_CONFIG_SUBDIRS([yasm])
--
- if test $enable_fat = yes; then
- YASM_MAC_INC=yasm_mac.inc.fat
- else
---- mpn/Makeasm.am.orig 2010-05-20 22:52:23.080577062 +1200
-+++ mpn/Makeasm.am 2010-05-20 22:53:17.802576960 +1200
-@@ -111,4 +111,4 @@
- # .as assembler, assembled with Yasm
-
- .as.lo:
-- $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/strip_fPIC.sh $(top_builddir)$(MPIR_AS) -I $(top_builddir) $(OBJECT_FORMAT) $(GSYM_FLAG) -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
-+ $(LIBTOOL) --mode=compile --tag=CC $(top_srcdir)/strip_fPIC.sh $(MPIR_AS) -I $(top_builddir) $(OBJECT_FORMAT) $(GSYM_FLAG) -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
---- Makefile.am.orig 2010-05-20 22:57:02.288576440 +1200
-+++ Makefile.am 2010-05-20 22:57:14.616576831 +1200
-@@ -93,10 +93,6 @@
-
- SUBDIRS = tests
-
--if BUILD_YASM
--SUBDIRS += yasm
--endif
--
- SUBDIRS += mpn mpz mpq mpf printf scanf cxx demos tune doc
-
- EXTRA_DIST = configfsf.guess configfsf.sub .gdbinit INSTALL.autoconf