summaryrefslogtreecommitdiff
path: root/audio/fluidsynth/hacks.mk
blob: b946977403f94dac76fb706700250c478eb4a3f9 (plain)
1
2
3
4
5
6
7
8
9
10
# $NetBSD: hacks.mk,v 1.1 2005/10/31 15:23:54 tv Exp $

###
### Define socklen_t on platforms without it (there's no easy autoconf
### CHECK_TYPE check to insert this without depending on autoconf)
###
.if ${OPSYS} == "Interix"
PKG_HACKS+=	socklen-int
CPPFLAGS+=	-Dsocklen_t=int
.endif