diff options
author | 2022-08-17 22:36:03 -0400 | |
---|---|---|
committer | 2022-08-17 22:53:05 -0400 | |
commit | f284821835927e39f7d0e6c853bc9301b0563e4d (patch) | |
tree | f85f2bab3b087e07db6820e0b8e74a1d7c3c8f86 /media-libs/libuninameslist/files | |
parent | media-fonts/vlgothic: Drop old versions (diff) | |
download | gentoo-f284821835927e39f7d0e6c853bc9301b0563e4d.tar.gz gentoo-f284821835927e39f7d0e6c853bc9301b0563e4d.tar.bz2 gentoo-f284821835927e39f7d0e6c853bc9301b0563e4d.zip |
media-libs/libuninameslist: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'media-libs/libuninameslist/files')
-rw-r--r-- | media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch b/media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch deleted file mode 100644 index fc9c24329a4d..000000000000 --- a/media-libs/libuninameslist/files/libuninameslist-20200413-makefile.patch +++ /dev/null @@ -1,20 +0,0 @@ -diff --git a/Makefile.am b/Makefile.am -index 98be02ca26c8..848bc6c8269b 100644 ---- a/Makefile.am -+++ b/Makefile.am -@@ -44,6 +44,7 @@ lib_LTLIBRARIES += libuninameslist.la - - include_HEADERS = uninameslist.h - libuninameslist_la_LIBADD = -+EXTRA_libuninameslist_la_DEPENDENCIES = - man_MANS = libuninameslist.3 - noinst_HEADERS = nameslist-dll.h - -@@ -53,6 +54,7 @@ libuninameslist_fr_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(FR_VERSION) - libuninameslist_fr_la_SOURCES = nameslist-fr.c - libuninameslist_fr_la.$(OBJEXT): uninameslist-fr.h nameslist-dll.h - libuninameslist_la_LIBADD += -luninameslist-fr -+EXTRA_libuninameslist_la_DEPENDENCIES += libuninameslist-fr.la - man_MANS += libuninameslist-fr.3 - else - EXTRA_DIST += nameslist-fr.c uninameslist-fr.h libuninameslist-fr.3 |