Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 Oct 2010 16:30:50 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r214560 - head/usr.sbin/tcpdump/tcpdump
Message-ID:  <201010301630.o9UGUoee005235@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201010301630.o9UGUoee005235>