From 06d265c707e3a351637031ba904aac3d92ab45e6 Mon Sep 17 00:00:00 2001 From: Roberto Bagnara Date: Apr 14 2009 07:13:16 +0000 Subject: Obsolete patch files removed. --- diff --git a/ppl-0.10-bigendian.patch b/ppl-0.10-bigendian.patch deleted file mode 100644 index 6d171cf..0000000 --- a/ppl-0.10-bigendian.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- ppl-0.10/src/Float.defs.hh 2008-10-03 15:23:03.000000000 +0200 -+++ ppl-0.10-patched/src/Float.defs.hh 2009-02-04 07:59:06.000000000 +0100 -@@ -65,6 +65,12 @@ - void build(bool negative, mpz_t mantissa, int exponent); - }; - -+#ifdef WORDS_BIGENDIAN -+#ifndef PPL_WORDS_BIGENDIAN -+#define PPL_WORDS_BIGENDIAN -+#endif -+#endif -+ - #ifdef PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS - /*! \ingroup PPL_CXX_interface */ - #endif // defined(PPL_DOXYGEN_INCLUDE_IMPLEMENTATION_DETAILS) diff --git a/ppl-0.10-configure.patch b/ppl-0.10-configure.patch deleted file mode 100644 index 88dbb01..0000000 --- a/ppl-0.10-configure.patch +++ /dev/null @@ -1,26 +0,0 @@ -diff -ur ppl-0.10/Watchdog/doc/Makefile.in ppl-0.10-patched/Watchdog/doc/Makefile.in ---- ppl-0.10/Watchdog/doc/Makefile.in 2008-11-04 10:36:59.000000000 +0100 -+++ ppl-0.10-patched/Watchdog/doc/Makefile.in 2009-02-18 23:15:28.000000000 +0100 -@@ -163,7 +163,7 @@ - debug_flag = @debug_flag@ - - # All the documentation in docdir. --docdir = @docdir@ -+docdir = @docdir@/pwl - dvidir = @dvidir@ - exec_prefix = @exec_prefix@ - host = @host@ -diff -ur ppl-0.10/configure ppl-0.10-patched/configure ---- ppl-0.10/configure 2008-11-04 10:37:00.000000000 +0100 -+++ ppl-0.10-patched/configure 2009-02-18 22:36:56.000000000 +0100 -@@ -2923,10 +2923,6 @@ - PPL_CONFIGURE_OPTIONS="\"$ac_configure_args\"" - - --# Installation directories. --docdir='${datadir}/doc/ppl' -- -- - # Generate a configuration header file. - ac_config_headers="$ac_config_headers config.h" -