Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 8 Jun 2000 14:30:20 +0200 (CEST)
From:      Christian Weisgerber <naddy@unix-ag.uni-kl.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/19123: converters/p5-MIME-Base64 doesn't honor CFLAGS
Message-ID:  <200006081230.OAA85762@fettuccini.unix-ag.uni-kl.de>

next in thread | raw e-mail | index | archive | help

>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 <bsd.port.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:


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?200006081230.OAA85762>