From 53ae6975348ecedc4f71d88e15da7b38f8761c92 Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 21 Oct 2013 09:01:20 +0000 Subject: Fix build on SunOS --- net/hping/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'net/hping') diff --git a/net/hping/Makefile b/net/hping/Makefile index 3f3c2458536..0fdff77f200 100644 --- a/net/hping/Makefile +++ b/net/hping/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2013/02/06 19:30:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.14 2013/10/21 09:05:09 fhajny Exp $ # DISTNAME= hping2.0.0-rc3 @@ -21,6 +21,8 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin CONFIGURE_ENV+= PCAPINCDIR=${BUILDLINK_PREFIX.libpcap}/include CONFIGURE_ENV+= PCAPLIBDIR=${BUILDLINK_PREFIX.libpcap}/lib +CFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -Du_int32_t=uint32_t + .include "options.mk" do-install: -- cgit v1.2.3