mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
6dd50d1fe4
* Respect -O flags in CFLAGS Reported by: pav
12 lines
253 B
Plaintext
12 lines
253 B
Plaintext
--- Makefile.in.orig 2007-12-25 10:11:59.000000000 +0300
|
|
+++ Makefile.in 2008-01-21 14:39:26.649768099 +0300
|
|
@@ -149,7 +149,7 @@
|
|
|
|
man_MANS = ev.3
|
|
|
|
-include_HEADERS = ev.h ev++.h event.h
|
|
+include_HEADERS = ev.h ev++.h
|
|
|
|
lib_LTLIBRARIES = libev.la
|
|
|