summaryrefslogtreecommitdiffstats
path: root/kde
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-22 10:42:24 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-22 10:42:24 +0200
commit2f87dbd8abb23289f8bf61e0bf2636894530ebad (patch)
tree45107bc368665c0d5fa6f44e7c1acc3a2c3aacab /kde
parent509a1e859a3040c97eaa3e04b21969046485e493 (diff)
downloadnutyx-pakxe-2f87dbd8abb23289f8bf61e0bf2636894530ebad.tar.gz
nutyx-pakxe-2f87dbd8abb23289f8bf61e0bf2636894530ebad.tar.bz2
nutyx-pakxe-2f87dbd8abb23289f8bf61e0bf2636894530ebad.tar.xz
nutyx-pakxe-2f87dbd8abb23289f8bf61e0bf2636894530ebad.zip
redland, suppression du patch
Diffstat (limited to 'kde')
-rw-r--r--kde/redland/librdf_storage_register_factory.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/kde/redland/librdf_storage_register_factory.patch b/kde/redland/librdf_storage_register_factory.patch
deleted file mode 100644
index 9d99bbee2..000000000
--- a/kde/redland/librdf_storage_register_factory.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Dave Beckett <dave@dajobe.org>
-Date: Fri, 18 Dec 2009 16:03:31 +0000 (+0000)
-Subject: Add librdf.la to librdf_storage_virtuoso_la_LIBADD
-X-Git-Url: http://git.librdf.org/view?p=librdf.git;a=commitdiff_plain;h=bfeaca74108e5a1e0c8143b2dc4c36f23e78f311;hp=5dfe6dc3361cccdf47a9db32bfa8374d405ad1e4
-
-Add librdf.la to librdf_storage_virtuoso_la_LIBADD
----
-
-diff --git a/src/Makefile.am b/src/Makefile.am
-index 6bb4aa0..fcbe149 100644
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -152,7 +152,7 @@ if STORAGE_VIRTUOSO
- plugin_LTLIBRARIES += librdf_storage_virtuoso.la
- librdf_storage_virtuoso_la_SOURCES = rdf_storage_virtuoso.c rdf_storage_virtuoso_internal.h
- librdf_storage_virtuoso_la_CPPFLAGS = @ODBC_CFLAGS@
--librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@
-+librdf_storage_virtuoso_la_LIBADD = @ODBC_LIBS@ librdf.la
- librdf_storage_virtuoso_la_LDFLAGS = -module -avoid-version
- endif
-