diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-28 08:08:24 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-28 08:08:24 +0000 |
commit | 0a3debdf5434c1248f5c792d588c68c5904073d5 (patch) | |
tree | f2e728cbe74bc24e6261ac4af23827021b0132ab /devel/gsoap | |
parent | cbb3bdea6fc1b69d176afc8685f6811a4202c0e2 (diff) | |
download | ports-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/Makefile | 4 |
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 |