mirror of
https://git.freebsd.org/ports.git
synced 2025-06-06 05:10:29 -04:00
- Fix WWW in pkg-descr - Regenerate patches using 'make makepatch' Changelog: http://cvs.schmorp.de/libev/Changes?pathrev=rel-4_22 PR: 208775 Approved by: vsevolod (maintainer), junovitch (mentor)
11 lines
366 B
Text
11 lines
366 B
Text
--- Makefile.in.orig 2015-12-20 21:12:45 UTC
|
|
+++ Makefile.in
|
|
@@ -343,7 +343,7 @@ EXTRA_DIST = LICENSE Changes libev.m4 au
|
|
ev.3 ev.pod Symbols.ev Symbols.event
|
|
|
|
man_MANS = ev.3
|
|
-include_HEADERS = ev.h ev++.h event.h
|
|
+include_HEADERS = ev.h ev++.h
|
|
lib_LTLIBRARIES = libev.la
|
|
libev_la_SOURCES = ev.c event.c
|
|
libev_la_LDFLAGS = -version-info $(VERSION_INFO)
|