diff options
author | Yixun Lan <dlan@gentoo.org> | 2020-01-06 15:00:34 +0800 |
---|---|---|
committer | Yixun Lan <dlan@gentoo.org> | 2020-01-06 15:04:09 +0800 |
commit | b049ab468e52d37534a6ee36fdd180903bcafe53 (patch) | |
tree | 0b29b8f56cdced10276847b895be8ac552fa4a11 /dev-libs/libev/files | |
parent | dev-libs/libev: version bump, 4.31 (diff) | |
download | gentoo-b049ab468e52d37534a6ee36fdd180903bcafe53.tar.gz gentoo-b049ab468e52d37534a6ee36fdd180903bcafe53.tar.bz2 gentoo-b049ab468e52d37534a6ee36fdd180903bcafe53.zip |
dev-libs/libev: drop old
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Yixun Lan <dlan@gentoo.org>
Diffstat (limited to 'dev-libs/libev/files')
-rw-r--r-- | dev-libs/libev/files/libev-pc.patch | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-libs/libev/files/libev-pc.patch b/dev-libs/libev/files/libev-pc.patch deleted file mode 100644 index a2a4c62a1ac8..000000000000 --- a/dev-libs/libev/files/libev-pc.patch +++ /dev/null @@ -1,42 +0,0 @@ ---- /dev/null -+++ b/libev.pc.in -@@ -0,0 +1,11 @@ -+prefix=@prefix@ -+exec_prefix=@prefix@ -+libdir=@libdir@ -+includedir=@includedir@ -+ -+Name: libev -+Description: A high-performance event loop/event model with lots of features -+Version: @VERSION@ -+Libs: -L${libdir} -lev -+Libs.private: -+Cflags: -I${includedir} ---- a/Makefile.am -+++ b/Makefile.am -@@ -16,5 +16,8 @@ lib_LTLIBRARIES = libev.la - libev_la_SOURCES = ev.c event.c - libev_la_LDFLAGS = -version-info $(VERSION_INFO) - -+pkgconfigdir = $(libdir)/pkgconfig -+pkgconfig_DATA = libev.pc -+ - ev.3: ev.pod - pod2man -n LIBEV -r "libev-$(VERSION)" -c "libev - high performance full featured event loop" -s3 <$< >$@ ---- a/configure.ac -+++ b/configure.ac -@@ -2,6 +2,7 @@ orig_CFLAGS="$CFLAGS" - - AC_INIT - AC_CONFIG_SRCDIR([ev_epoll.c]) -+AC_CONFIG_MACRO_DIR([m4]) - - AM_INIT_AUTOMAKE(libev,4.11) dnl also update ev.h! - AC_CONFIG_HEADERS([config.h]) -@@ -21,5 +22,5 @@ AC_PROG_LIBTOOL - - m4_include([libev.m4]) - --AC_CONFIG_FILES([Makefile]) -+AC_CONFIG_FILES([Makefile libev.pc]) - AC_OUTPUT |