diff options
author | Fabian Groffen <grobian@gentoo.org> | 2021-02-05 15:08:33 +0100 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2021-02-05 15:08:54 +0100 |
commit | cee69b8f71b0bde09a4e74e9a8190c69feb80289 (patch) | |
tree | 06df4889f1aee5349ba7d1497a74210665ad5f8f /sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch | |
parent | media-plugins/kodi-pvr-demo: Cleanup old version (diff) | |
download | gentoo-cee69b8f71b0bde09a4e74e9a8190c69feb80289.tar.gz gentoo-cee69b8f71b0bde09a4e74e9a8190c69feb80289.tar.bz2 gentoo-cee69b8f71b0bde09a4e74e9a8190c69feb80289.zip |
sys-apps/man-db-2.9.3-r2: revbump for Prefix
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
Diffstat (limited to 'sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch')
-rw-r--r-- | sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch | 28 |
1 files changed, 28 insertions, 0 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 new file mode 100644 index 000000000000..a7df3c62fd06 --- /dev/null +++ b/sys-apps/man-db/files/man-db-2.9.3-darwin-libdb-intl.patch @@ -0,0 +1,28 @@ +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 + |