diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-07 18:35:51 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2006-10-07 18:35:51 +0000 |
commit | 00d220aa14aca171c04ca02b11f6a798da898681 (patch) | |
tree | 0c17e72c02bf2b2e1b1499bacfd7c822e9cef9a6 /lang/yarv | |
parent | Update to 20060909 (diff) |
- Fix building on 4.x.
Reported by: pointyhat
Diffstat (limited to 'lang/yarv')
-rw-r--r-- | lang/yarv/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/yarv/Makefile b/lang/yarv/Makefile index 55ca43aaaeab..57327523c412 100644 --- a/lang/yarv/Makefile +++ b/lang/yarv/Makefile @@ -31,6 +31,9 @@ OPTIONS= DEBUG "Enable debugging information" off \ .if ${OSVERSION} >= 400014 CONFIGURE_ARGS+=--enable-ipv6 +.if ${OSVERSION} < 500000 +CONFIGURE_ARGS+=--enable-wide-getaddrinfo +.endif .endif .if defined(NOPORTDOCS) |