Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Feb 2000 07:21:59 +0900
From:      "Akinori -Aki- MUSHA" <knu@idaemons.org>
To:        jseger@FreeBSD.ORG
Cc:        asami@FreeBSD.ORG, freebsd-ports@FreeBSD.ORG, ache@FreeBSD.ORG
Subject:   Re: ports/16836: graphics/ImageMagick: configures with LZW enabled
Message-ID:  <864satary0.wl@archon.local.idaemons.org>
In-Reply-To: In your message of "Mon, 21 Feb 2000 09:59:13 -0800" <20000221095912.A11407@freebsd.org>
References:  <200002202020.MAA35148@freefall.freebsd.org> <86zosvqfjl.wl@archon.local.idaemons.org> <vqcema7gcjb.fsf@silvia.hip.berkeley.edu> <20000221095912.A11407@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
At Mon, 21 Feb 2000 09:59:13 -0800,
Andrey A. Chernov <ache@FreeBSD.ORG> wrote:
> --- Makefile.bak	Fri Jan 28 16:15:12 2000
> +++ Makefile	Mon Feb 21 20:49:31 2000
> @@ -34,7 +34,10 @@
>  
>  MAN3PREFIX=	${PREFIX}/lib/perl5/${PERL_VERSION}
>  HAS_CONFIGURE=	YES
> -CONFIGURE_ARGS=	--prefix=${PREFIX} --enable-lzw --enable-shared --with-perl=${PERL5}
> +CONFIGURE_ARGS= --prefix=${PREFIX} --enable-shared --with-perl=${PERL5}
> +.if defined(HAVE_LZW_LICENSE)
> +CONFIGURE_ARGS+= --enable-lzw
> +.endif
>  USE_PERL5=	YES
>  CONFIGURE_ENV=  LDFLAGS="$(LDFLAGS) -L${WRKSRC}/magick/.libs"
>  post-install:

  Would you check this patch and commit it to close my PR?
LZW-enabled software must not be shipped!

  Or any other committers could do it.

-- 
                           /
                          /__  __
                         / )  )  ) )  /
Akinori -Aki- MUSHA aka / (_ /  ( (__(  <knu@idaemons.org>

"If you choose not to decide you still have made a choice."


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?864satary0.wl>