freebsd-ports/devel/libev/files/patch-Makefile.in

12 lines
348 B
Text
Raw Normal View History

2009-08-17 17:38:54 +02:00
--- Makefile.in.orig 2009-08-09 16:33:08.000000000 +0400
+++ Makefile.in 2009-08-17 18:56:33.497493279 +0400
@@ -213,7 +213,7 @@
ev.3 ev.pod
man_MANS = ev.3
-include_HEADERS = ev.h ev++.h event.h
2009-08-17 17:38:54 +02:00
+include_HEADERS = ev.h ev++.h
lib_LTLIBRARIES = libev.la
2009-08-17 17:38:54 +02:00
libev_la_SOURCES = ev.c event.c
libev_la_LDFLAGS = -version-info $(VERSION_INFO)