diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-07-27 21:54:06 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2021-07-27 22:16:22 +0200 |
commit | 330c110a6c1faae71c6f5ce017b1dc489cfbd952 (patch) | |
tree | ba51a73df5ed6418f79cd6415db6decbc24617e8 /app-office | |
parent | app-text/libmwaw: 0.3.20 version bump (diff) | |
download | gentoo-330c110a6c1faae71c6f5ce017b1dc489cfbd952.tar.gz gentoo-330c110a6c1faae71c6f5ce017b1dc489cfbd952.tar.bz2 gentoo-330c110a6c1faae71c6f5ce017b1dc489cfbd952.zip |
app-office/mdbtools: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/21810
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch b/app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch deleted file mode 100644 index 25201aac643d..000000000000 --- a/app-office/mdbtools/files/mdbtools-0.7.1-parallel-make.patch +++ /dev/null @@ -1,17 +0,0 @@ -Patch for fixing parallel make issue, bug #486434 - -Related links: - -https://github.com/brianb/mdbtools/issues/33 -https://github.com/brianb/mdbtools/issues/35 - -diff --git a/src/sql/Makefile.am b/src/sql/Makefile.am -index 633f0c3..94b0838 100644 ---- a/src/sql/Makefile.am -+++ b/src/sql/Makefile.am -@@ -1,3 +1,5 @@ -+BUILT_SOURCES = parser.h -+AM_YFLAGS = -d - lib_LTLIBRARIES = libmdbsql.la - libmdbsql_la_SOURCES= mdbsql.c parser.y lexer.l - libmdbsql_la_LDFLAGS = -version-info 2:0:0 -export-symbols-regex '^mdb_sql_' |