Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / net / gopher / hacks.mk
blob66edfa65a74bc6c72b8a966af4fd7e1a1c32cc8c
1 # $NetBSD: hacks.mk,v 1.1 2005/11/03 17:11:34 tv Exp $
3 ###
4 ### Define socklen_t on platforms without it, until maintainer adds
5 ### this check to autoconf tests
6 ###
7 .if ${OPSYS} == "Interix"
8 PKG_HACKS+= socklen-int
9 CPPFLAGS+= -Dsocklen_t=int
10 .endif