svn commit: r214560 - head/usr.sbin/tcpdump/tcpdump

Dimitry Andric dim at FreeBSD.org
Sat Oct 30 16:30:50 UTC 2010


Author: dim
Date: Sat Oct 30 16:30:50 2010
New Revision: 214560
URL: http://svn.freebsd.org/changeset/base/214560

Log:
  Actually remove the HAVE_CAST_H define this time.

Modified:
  head/usr.sbin/tcpdump/tcpdump/Makefile

Modified: head/usr.sbin/tcpdump/tcpdump/Makefile
==============================================================================
--- head/usr.sbin/tcpdump/tcpdump/Makefile	Sat Oct 30 16:25:08 2010	(r214559)
+++ head/usr.sbin/tcpdump/tcpdump/Makefile	Sat Oct 30 16:30:50 2010	(r214560)
@@ -56,7 +56,7 @@ LDADD=	-ll -lpcap
 DPADD+= ${LIBCRYPTO}
 LDADD+= -lcrypto
 CFLAGS+= -I${DESTDIR}/usr/include/openssl
-CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_CAST_H -DHAVE_OPENSSL_EVP_H
+CFLAGS+= -DHAVE_LIBCRYPTO -DHAVE_OPENSSL_EVP_H
 .endif
 
 .if ${MK_PF} != "no"


More information about the svn-src-all mailing list