diff options
author | alepulver <alepulver@FreeBSD.org> | 2006-10-08 02:35:51 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2006-10-08 02:35:51 +0800 |
commit | 94364ec8c1cc082ae175fc5fd349a299068524e4 (patch) | |
tree | ba9cd53acc3afe2b76d49444209bf515962d1236 /lang/yarv/Makefile | |
parent | d8b70a3191df8e91e884534b0035f7d6025a3319 (diff) | |
download | freebsd-ports-gnome-94364ec8c1cc082ae175fc5fd349a299068524e4.tar.gz freebsd-ports-gnome-94364ec8c1cc082ae175fc5fd349a299068524e4.tar.zst freebsd-ports-gnome-94364ec8c1cc082ae175fc5fd349a299068524e4.zip |
- Fix building on 4.x.
Reported by: pointyhat
Diffstat (limited to 'lang/yarv/Makefile')
-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) |