diff options
author | cjep <cjep> | 2004-06-08 12:23:59 +0000 |
---|---|---|
committer | cjep <cjep> | 2004-06-08 12:23:59 +0000 |
commit | ea31340c4a9dc637ac3f381b50eea12b8146bfad (patch) | |
tree | d960fbec5319c8cc80876917a459761fde70d4c9 /lang | |
parent | 2e112e9c5186ea7aab1ca464b263ed907ed69e51 (diff) | |
download | pkgsrc-ea31340c4a9dc637ac3f381b50eea12b8146bfad.tar.gz |
Add USE_INET6 to BUILD_DEFS as these packages use it. Part of PR#25743 from
Georg Schwarz.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/ruby-base/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/ruby-base/Makefile b/lang/ruby-base/Makefile index 9b59ef6cb80..c32c0873ebf 100644 --- a/lang/ruby-base/Makefile +++ b/lang/ruby-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/03/20 04:39:33 taca Exp $ +# $NetBSD: Makefile,v 1.28 2004/06/08 12:23:59 cjep Exp $ # FreeBSD Id: ports/lang/ruby/Makefile,v 1.39 2000/10/20 19:56:03 knu Exp DISTNAME= ${RUBY_DISTNAME} @@ -19,6 +19,8 @@ RUBY_DEPENDS= no RUBY_BUILD_DEPENDS= no DIST_SUBDIR= ruby +BUILD_DEFS+= USE_INET6 + GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-shared MLINKS= ruby${_RUBY_SUFFIX}.1 ruby.1 |