summaryrefslogtreecommitdiff
path: root/dev-db/virtuoso-vad-bpel/files/6.1.0/6.1.0-common.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-db/virtuoso-vad-bpel/files/6.1.0/6.1.0-common.patch')
-rw-r--r--dev-db/virtuoso-vad-bpel/files/6.1.0/6.1.0-common.patch64
1 files changed, 0 insertions, 64 deletions
diff --git a/dev-db/virtuoso-vad-bpel/files/6.1.0/6.1.0-common.patch b/dev-db/virtuoso-vad-bpel/files/6.1.0/6.1.0-common.patch
deleted file mode 100644
index 3e4d012e020..00000000000
--- a/dev-db/virtuoso-vad-bpel/files/6.1.0/6.1.0-common.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-diff -ru ../old/configure.in ./configure.in
---- ../old/configure.in 2009-04-21 18:28:32.000000000 +0200
-+++ ./configure.in 2009-07-02 07:24:11.000000000 +0200
-@@ -606,18 +607,6 @@
- ## ##
- ##########################################################################
-
--AC_ARG_WITH(debug, [dnl
--AC_HELP_STRING([--with-debug], [debugging code])dnl
--], [ with_debug="$withval" ],
-- [ with_debug="no" ])
--if test "x$with_debug" = "xyes"; then
-- CCOPT="-g"
-- AM_LDFLAGS="-g"
--else
-- CCOPT=""
-- AM_LDFLAGS="-s"
--fi
--
- AC_CHECKING([default compiler values])
- if eval "${CC-cc} $CFLAGS $AM_LDFLAGS -o binsrc/config/ccdefs binsrc/config/ccdefs.c" ; then
- eval `binsrc/config/ccdefs`
-diff -ru ../old/appsrc/Makefile.am ./appsrc/Makefile.am
---- ../old/appsrc/Makefile.am 2007-05-07 15:23:31.000000000 +0200
-+++ ./appsrc/Makefile.am 2009-07-04 22:45:53.000000000 +0200
-@@ -19,17 +19,4 @@
- #
- #
-
--SUBDIRS = \
-- ODS-Framework \
-- ODS-Addressbook \
-- ODS-Blog \
-- ODS-Bookmark \
-- ODS-Briefcase \
-- ODS-Calendar \
-- ODS-Community \
-- ODS-Discussion \
-- ODS-FeedManager \
-- ODS-Gallery \
-- ODS-Polls \
-- ODS-WebMail \
-- ODS-Wiki
-+SUBDIRS = ODS-Framework ODS-Addressbook ODS-Blog ODS-Bookmark ODS-Briefcase ODS-Calendar ODS-Community ODS-Discussion ODS-FeedManager ODS-Gallery ODS-Polls ODS-WebMail ODS-Wiki
-diff -ru ../old/libsrc/Wi/bif_file.c ./libsrc/Wi/bif_file.c
---- ../old/libsrc/Wi/bif_file.c 2009-04-19 23:48:55.000000000 +0200
-+++ ./libsrc/Wi/bif_file.c 2009-06-24 22:03:12.000000000 +0200
-@@ -57,7 +57,6 @@
- #endif
-
- #include "zlib.h"
--#include "zutil.h"
- #include "srvmultibyte.h"
-
- #define FS_MAX_STRING (10L * 1024L * 1024L) /* allow files up to 10 MB */
-@@ -4411,7 +4410,7 @@
- level = 6;
-
- err = deflateInit2 (&(s->stream), level,
-- Z_DEFLATED, -MAX_WBITS, DEF_MEM_LEVEL, strategy);
-+ Z_DEFLATED, -MAX_WBITS, 9, strategy);
-
- s->stream.next_out = s->outbuf = (Byte *) dk_alloc (Z_BUFSIZE);
- if (err != Z_OK || s->outbuf == Z_NULL)