repo.or.cz
/
minix-pkgsrc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixup fromcvs/togit conversion
[minix-pkgsrc.git]
/
net
/
gopher
/
hacks.mk
blob
66edfa65a74bc6c72b8a966af4fd7e1a1c32cc8c
1
# $NetBSD: hacks.mk,v 1.1 2005/11/03 17:11:34 tv Exp $
2
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