summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2010-07-26 11:21:19 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2010-07-26 11:21:19 +0000
commitda05367dc536bb08025fb4c3ce6d10fa527d238b (patch)
treeadd4523aa73568c15ed0d772c187c37eef153332 /dev-db/unixODBC/files
parentStable for HPPA (bug #320711). (diff)
downloadgentoo-2-da05367dc536bb08025fb4c3ce6d10fa527d238b.tar.gz
gentoo-2-da05367dc536bb08025fb4c3ce6d10fa527d238b.tar.bz2
gentoo-2-da05367dc536bb08025fb4c3ce6d10fa527d238b.zip
old
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-db/unixODBC/files')
-rw-r--r--dev-db/unixODBC/files/350-unixODBC-2.2.12-gODBCConfig-as-needed.patch14
-rw-r--r--dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch35
2 files changed, 0 insertions, 49 deletions
diff --git a/dev-db/unixODBC/files/350-unixODBC-2.2.12-gODBCConfig-as-needed.patch b/dev-db/unixODBC/files/350-unixODBC-2.2.12-gODBCConfig-as-needed.patch
deleted file mode 100644
index 566ad68aceb0..000000000000
--- a/dev-db/unixODBC/files/350-unixODBC-2.2.12-gODBCConfig-as-needed.patch
+++ /dev/null
@@ -1,14 +0,0 @@
--- gODBCConfig/src/Makefile.am.orig 2005-09-17 15:08:16.000000000 +0200
-+++ gODBCConfig/src/Makefile.am 2007-08-27 18:29:22.000000000 +0200
-@@ -22,6 +22,10 @@
- interface.h \
- callbacks.c callbacks.h
-
-+
-+libgtkodbcconfig_la_LIBADD = ../../odbcinst/libodbcinst.la
-+
-+
- gODBCConfig_DEPENDENCIES = libgtkodbcconfig.la ../../ini/libinilc.la
-
- gODBCConfig_LDADD = $(GNOME_LIBDIR) \
-
diff --git a/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch b/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch
deleted file mode 100644
index c26f1a8a3e26..000000000000
--- a/dev-db/unixODBC/files/360-unixODBC-2.2.12-libltdlfixes.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-diff -Naur unixODBC-2.2.12.orig/configure.in unixODBC-2.2.12/configure.in
---- unixODBC-2.2.12.orig/configure.in 2008-05-29 15:54:09.000000000 +0200
-+++ unixODBC-2.2.12/configure.in 2008-05-29 15:58:32.000000000 +0200
-@@ -163,9 +163,6 @@
- dnl Configure libtool
- AM_PROG_LIBTOOL
-
--dnl Configure libltdl
--AC_CONFIG_SUBDIRS(libltdl)
--
- use_builtin_libtool="no"
-
- dnl override the libtool lines if we use the system libs
-diff -Naur unixODBC-2.2.12.orig/exe/Makefile.am unixODBC-2.2.12/exe/Makefile.am
---- unixODBC-2.2.12.orig/exe/Makefile.am 2008-05-29 15:54:09.000000000 +0200
-+++ unixODBC-2.2.12/exe/Makefile.am 2008-05-29 15:57:14.000000000 +0200
-@@ -103,6 +103,6 @@
-
- if WITHLT
- dltest_DEPENDENCIES = $(LIBLTDL)
--dltest_LDADD = $(LIBLTDL) $(LIBADD_DL)
- else
- endif
-+dltest_LDADD = $(LIBLTDL) $(LIBADD_DL)
-diff -Naur unixODBC-2.2.12.orig/Makefile.am unixODBC-2.2.12/Makefile.am
---- unixODBC-2.2.12.orig/Makefile.am 2008-05-29 15:54:09.000000000 +0200
-+++ unixODBC-2.2.12/Makefile.am 2008-05-29 15:57:56.000000000 +0200
-@@ -3,7 +3,6 @@
- log \
- lst \
- ini \
-- libltdl \
- odbcinst \
- DriverManager \
- odbcinstQ \