Fix net/arping build on sparc64 and other base-gcc architectures

Suggestion to use gnu99 instead of c99 by jca@

ok kn@ jca@ benoit@
This commit is contained in:
kmos 2020-03-17 19:01:41 +00:00
parent c8c149c97c
commit 3275d087ef

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.50 2020/03/09 07:58:08 benoit Exp $
# $OpenBSD: Makefile,v 1.51 2020/03/17 19:01:41 kmos Exp $
COMMENT = ARP level ping utility
@ -19,6 +19,8 @@ MASTER_SITES = http://www.habets.pp.se/synscan/files/ \
LIB_DEPENDS = net/libnet/1.1
CFLAGS += -std=gnu99
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CFLAGS="${CFLAGS} -I${LOCALBASE}/include/libnet-1.1 \
`libnet-config-1.1 --defines`" \