aboutsummaryrefslogtreecommitdiff
path: root/devel/gsoap
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-06-28 08:08:24 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-06-28 08:08:24 +0000
commit0a3debdf5434c1248f5c792d588c68c5904073d5 (patch)
treef2e728cbe74bc24e6261ac4af23827021b0132ab /devel/gsoap
parentcbb3bdea6fc1b69d176afc8685f6811a4202c0e2 (diff)
downloadports-0a3debdf5434c1248f5c792d588c68c5904073d5.tar.gz
ports-0a3debdf5434c1248f5c792d588c68c5904073d5.zip
- Mark IGNORE on FreeBSD 5.X
Notes
Notes: svn path=/head/; revision=194366
Diffstat (limited to 'devel/gsoap')
-rw-r--r--devel/gsoap/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/gsoap/Makefile b/devel/gsoap/Makefile
index 303a5ae528a5..fee9f87f1863 100644
--- a/devel/gsoap/Makefile
+++ b/devel/gsoap/Makefile
@@ -30,6 +30,10 @@ CONST=
CONST= const
.endif
+.if ${OSVERSION} < 600000
+IGNORE= does not compile: needs gethostbyname_r()
+.endif
+
post-patch:
@${REINPLACE_CMD} -e 's/> FD_SETSIZE/>= (int)FD_SETSIZE/g' ${WRKSRC}/soapcpp2/stdsoap2.c
@${REINPLACE_CMD} -e 's/> FD_SETSIZE/>= (int)FD_SETSIZE/g' ${WRKSRC}/soapcpp2/stdsoap2.cpp