summaryrefslogtreecommitdiff
path: root/net/jumpgate/hacks.mk
blob: 66edfa65a74bc6c72b8a966af4fd7e1a1c32cc8c (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: hacks.mk,v 1.1 2005/11/03 17:11:34 tv Exp $

###
### Define socklen_t on platforms without it, until maintainer adds
### this check to autoconf tests
###
.if ${OPSYS} == "Interix"
PKG_HACKS+=	socklen-int
CPPFLAGS+=	-Dsocklen_t=int
.endif