From 54b77d469bfba67ec9724c4042c5965a5c9af6e7 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 2 Feb 2000 04:07:36 +0000 Subject: use CONFIGURE_ARGS+= instead of CONFIGURE_ARGS=, fixes shared library building --- lang/ruby/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lang') diff --git a/lang/ruby/Makefile b/lang/ruby/Makefile index 2712d66e21c..76d8434082a 100644 --- a/lang/ruby/Makefile +++ b/lang/ruby/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2000/01/22 13:31:44 itojun Exp $ +# $NetBSD: Makefile,v 1.10 2000/02/02 04:07:36 wiz Exp $ # DISTNAME= ruby-1.4.3 @@ -26,9 +26,9 @@ BUILD_DEFS+= USE_INET6 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared .if defined(USE_INET6) && ${USE_INET6} == YES -CONFIGURE_ARGS= --enable-ipv6 +CONFIGURE_ARGS+= --enable-ipv6 .else -CONFIGURE_ARGS= --disable-ipv6 +CONFIGURE_ARGS+= --disable-ipv6 .endif MAKE_ENV+= DLDFLAGS="-L${LOCALBASE}/lib -R${LOCALBASE}/lib -L${X11BASE}/lib -R${X11BASE}/lib" -- cgit v1.2.3