diff options
| author | Maciej Mrozowski (reavertm) <reavertm@poczta.fm> | 2009-11-04 04:06:05 +0100 |
|---|---|---|
| committer | Maciej Mrozowski (reavertm) <reavertm@poczta.fm> | 2009-11-04 04:06:05 +0100 |
| commit | 23f32643dd4135748aa32d2a07f70ba170671cde (patch) | |
| tree | ab6b5ea37fedd48f483e4c9ec1e316efb094eed4 /dev-db/virtuoso-jdbc/files/6.0.0/6.0.0-common.patch | |
| parent | 47e60c372060e31014c3892f1e0089c760fa0ee0 (diff) | |
| download | kde-23f32643dd4135748aa32d2a07f70ba170671cde.tar.gz kde-23f32643dd4135748aa32d2a07f70ba170671cde.tar.bz2 kde-23f32643dd4135748aa32d2a07f70ba170671cde.zip | |
[dev-db/virtuoso-*] Version bump 6.0.0, remove old
Diffstat (limited to 'dev-db/virtuoso-jdbc/files/6.0.0/6.0.0-common.patch')
| -rw-r--r-- | dev-db/virtuoso-jdbc/files/6.0.0/6.0.0-common.patch | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/dev-db/virtuoso-jdbc/files/6.0.0/6.0.0-common.patch b/dev-db/virtuoso-jdbc/files/6.0.0/6.0.0-common.patch new file mode 100644 index 00000000000..3e4d012e020 --- /dev/null +++ b/dev-db/virtuoso-jdbc/files/6.0.0/6.0.0-common.patch @@ -0,0 +1,64 @@ +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) |
