diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-26 13:06:07 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2005-07-26 13:06:07 +0000 |
commit | 3c5f2d3cd864809c1650da9b132537349b581cd0 (patch) | |
tree | f54332c48ec0c83152895b30fbf35394368727de /dns/dnsproxy/files/patch-libevent-Makefile.in | |
parent | Update WWW-tag (was: 404) (diff) |
- Update to 1.15
- Pass maintainership to submitter
PR: 84121
Submitted by: Andrej Zverev <az@inec.ru>
Notes
Notes:
svn path=/head/; revision=140151
Diffstat (limited to 'dns/dnsproxy/files/patch-libevent-Makefile.in')
-rw-r--r-- | dns/dnsproxy/files/patch-libevent-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dns/dnsproxy/files/patch-libevent-Makefile.in b/dns/dnsproxy/files/patch-libevent-Makefile.in new file mode 100644 index 000000000000..c03d8e39e514 --- /dev/null +++ b/dns/dnsproxy/files/patch-libevent-Makefile.in @@ -0,0 +1,11 @@ +--- libevent/Makefile.in.orig Sun May 15 21:03:49 2005 ++++ libevent/Makefile.in Tue Jul 26 16:10:33 2005 +@@ -8,7 +8,7 @@ + + CC=@CC@ + CPPFLAGS=@CPPFLAGS@ @DEFS@ -I. -Icompat -DVERSION=\"@PACKAGE_VERSION@\" +-CFLAGS=@CFLAGS@ ++CFLAGS=@CFLAGS@ ${CPPFLAGS} + LDFLAGS=@LDFLAGS@ + INSTALL=@INSTALL@ + AR=@AR@ |