summaryrefslogtreecommitdiff
path: root/dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch
diff options
context:
space:
mode:
authorMaciej Mrozowski <reavertm@gmail.com>2010-02-04 02:41:26 +0100
committerMaciej Mrozowski <reavertm@gmail.com>2010-02-04 02:42:25 +0100
commita6d99ade337e83a1e150118dee3f58176e4b7259 (patch)
tree8db28ac05a97cbf8915c0092332ebe1eb77ec649 /dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch
parent7c8309e962c4dcbf05f741ff3c6969663edab1ef (diff)
downloadkde-a6d99ade337e83a1e150118dee3f58176e4b7259.tar.gz
kde-a6d99ade337e83a1e150118dee3f58176e4b7259.tar.bz2
kde-a6d99ade337e83a1e150118dee3f58176e4b7259.zip
[dev-db/virtuoso-*] Version bump 5.0.13
Diffstat (limited to 'dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch')
-rw-r--r--dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch62
1 files changed, 62 insertions, 0 deletions
diff --git a/dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch b/dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch
new file mode 100644
index 00000000000..73ac5111de1
--- /dev/null
+++ b/dev-db/virtuoso-odbc/files/5.0.13/5.0.13-common.patch
@@ -0,0 +1,62 @@
+diff -ru ../virtuoso-opensource-5.0.13/appsrc/Makefile.am ./appsrc/Makefile.am
+--- ../virtuoso-opensource-5.0.13/appsrc/Makefile.am 2007-05-07 15:23:31.000000000 +0200
++++ ./appsrc/Makefile.am 2010-02-04 02:26:39.233264458 +0100
+@@ -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 ../virtuoso-opensource-5.0.13/configure.in ./configure.in
+--- ../virtuoso-opensource-5.0.13/configure.in 2010-02-03 21:35:24.000000000 +0100
++++ ./configure.in 2010-02-04 02:26:39.232260962 +0100
+@@ -608,18 +608,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 ../virtuoso-opensource-5.0.13/Makefile.am ./Makefile.am
+--- ../virtuoso-opensource-5.0.13/Makefile.am 2010-02-03 19:15:44.000000000 +0100
++++ ./Makefile.am 2010-02-04 02:27:51.497811162 +0100
+@@ -25,14 +25,6 @@
+
+ SUBDIRS = . docsrc libsrc binsrc appsrc
+
+-dist_doc_DATA = \
+- AUTHORS \
+- COPYING \
+- CREDITS \
+- INSTALL \
+- LICENSE \
+- NEWS \
+- README*
+
+ # ----------------------------------------------------------------------
+ #