From owner-freebsd-ports Thu Jun 8 5:40: 5 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 671C437B8D9 for ; Thu, 8 Jun 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA24256; Thu, 8 Jun 2000 05:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news.uni-kl.de (news.uni-kl.de [131.246.137.51]) by hub.freebsd.org (Postfix) with SMTP id 989EA37BA51 for ; Thu, 8 Jun 2000 05:30:22 -0700 (PDT) (envelope-from naddy@unix-ag.uni-kl.de) Received: from sushi.unix-ag.uni-kl.de ( root@sushi.unix-ag.uni-kl.de [131.246.89.13] ) by news.uni-kl.de id aa14024 for ; 8 Jun 2000 14:30 MESZ Received: from fettuccini.unix-ag.uni-kl.de (fettuccini.unix-ag.uni-kl.de [131.246.89.27]) by sushi.unix-ag.uni-kl.de (8.9.3/8.9.1) with ESMTP id OAA26673 for ; Thu, 8 Jun 2000 14:30:16 +0200 Received: (from naddy@localhost) by fettuccini.unix-ag.uni-kl.de (8.9.3/8.9.3) id OAA85762; Thu, 8 Jun 2000 14:30:20 +0200 (CEST) (envelope-from naddy) Message-Id: <200006081230.OAA85762@fettuccini.unix-ag.uni-kl.de> Date: Thu, 8 Jun 2000 14:30:20 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@unix-ag.uni-kl.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/19123: converters/p5-MIME-Base64 doesn't honor CFLAGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 19123 >Category: ports >Synopsis: converters/p5-MIME-Base64 doesn't honor CFLAGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jun 08 05:40:01 PDT 2000 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 5.0-CURRENT i386 >Organization: Unix-AG, Uni Kaiserslautern >Environment: >Description: The converters/p5-MIME-Base64 port doesn't honor CFLAGS. >How-To-Repeat: >Fix: diff -uNr /usr/ports/converters/p5-MIME-Base64/Makefile p5-MIME-Base64/Makefile --- /usr/ports/converters/p5-MIME-Base64/Makefile Mon Apr 10 05:58:17 2000 +++ p5-MIME-Base64/Makefile Thu Jun 8 14:24:08 2000 @@ -21,6 +21,7 @@ MAN3PREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION} do-configure: - @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL + @ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PERL5} Makefile.PL \ + CC="${CC}" CCFLAGS="${CFLAGS}" .include >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message