diff options
author | 2022-04-19 14:12:18 +0100 | |
---|---|---|
committer | 2022-04-19 14:12:18 +0100 | |
commit | e886defc739295dc2fb50b2619b53a05f24e766d (patch) | |
tree | c99a988415c8a7c9e35715a19fe72faa0d507fde /sys-apps/man-db/files | |
parent | sys-fs/e2fsprogs: install all libraries unconditionally (diff) | |
download | gentoo-e886defc739295dc2fb50b2619b53a05f24e766d.tar.gz gentoo-e886defc739295dc2fb50b2619b53a05f24e766d.tar.bz2 gentoo-e886defc739295dc2fb50b2619b53a05f24e766d.zip |
sys-apps/man-db: drop 2.9.4-r1, 2.10.1
Bug: https://bugs.gentoo.org/839021
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/files')
-rw-r--r-- | sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch b/sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch deleted file mode 100644 index 71cbb1c20df6..000000000000 --- a/sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch +++ /dev/null @@ -1,30 +0,0 @@ -https://gitlab.com/cjwatson/man-db/-/merge_requests/3 - -libdb: link against libintl - -necessary since gettext is used for translations - -Signed-off-by: Fabian Groffen <grobian@gentoo.org> - ---- a/libdb/Makefile.am -+++ b/libdb/Makefile.am -@@ -43,7 +43,7 @@ - db_xdbm.h \ - mydbm.h - --libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS) -+libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS) $(LIBINTL) - - libmandb_la_LDFLAGS = \ - -avoid-version -release $(VERSION) -rpath $(pkglibdir) -no-undefined ---- a/libdb/Makefile.in -+++ b/libdb/Makefile.in -@@ -1541,7 +1541,7 @@ - db_xdbm.h \ - mydbm.h - --libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS) -+libmandb_la_LIBADD = ../lib/libman.la $(DBLIBS) $(LIBINTL) - libmandb_la_LDFLAGS = \ - -avoid-version -release $(VERSION) -rpath $(pkglibdir) -no-undefined - |